export declare const en: {
    'login.user_not_found': string;
    'login.invalid_current_password': string;
    'login.invalid_password': string;
    'change.password.invalid_old_password': string;
    'change.password.password_do_not_match': string;
    'change.password.password_changed_success': string;
    'change.password.new_password_not_same': string;
    'middleware.token_not_found': string;
    'middleware.invalid_token': string;
    'middleware.token_expire': string;
    'api-key.key_not_found': string;
    'api-key.invalid': string;
    'login.success': string;
    'logout.success': string;
    'profile.updated_success': string;
    'common.data_retrieved_successfully': string;
    'common.internal_server_error': string;
    'common.limit_has_exceeded': string;
    'common.request_submitted': string;
    'common.invalid_uuid_format': string;
    'common.attachment.not_found': string;
    'common.not_found': string;
    'common.data_not_found': string;
    'common.data_deleted': string;
    'common.delete_error': string;
    'common.data_updated': string;
    'type.not_found': string;
    'common.email_already_exists': string;
    'login.password_not_found': string;
    'user_steps.not_found': string;
    'user.delete_account': string;
    'link.expire': string;
    'reset.link.expire': string;
    'mail.success.user': string;
    'email.empty': string;
    'data.not.found': string;
    'post.unauthorized': string;
    'user.not.approved': string;
    'email.already.exist': string;
    'city.already.exist': string;
    'course.already.exist': string;
    'job.already.exist': string;
    'change.password.new_password_same_as_old': string;
    'common.unauthorized': string;
};
