export declare const JUNO_ERROR_NO_TIMESTAMP_PROVIDED = "juno.error.no_timestamp_provided";
export declare const JUNO_ERROR_TIMESTAMP_OUTDATED_OR_FUTURE = "juno.error.timestamp_outdated_or_future";
export declare const JUNO_ERROR_NO_VERSION_PROVIDED = "juno.error.no_version_provided";
export declare const JUNO_ERROR_VERSION_OUTDATED_OR_FUTURE = "juno.error.version_outdated_or_future";
export declare const JUNO_DATASTORE_ERROR_CANNOT_WRITE = "juno.datastore.error.cannot_write";
export declare const JUNO_DATASTORE_ERROR_CANNOT_READ = "juno.datastore.error.cannot_read";
export declare const JUNO_STORAGE_ERROR_UPLOAD_NOT_ALLOWED = "juno.storage.error.upload_not_allowed";
export declare const JUNO_STORAGE_ERROR_SET_NOT_ALLOWED = "juno.storage.error.set_not_allowed";
export declare const JUNO_STORAGE_ERROR_CANNOT_COMMIT_INVALID_COLLECTION = "juno.storage.error.cannot_commit_invalid_collection";
export declare const JUNO_STORAGE_ERROR_CANNOT_COMMIT_BATCH = "juno.storage.error.cannot_commit_batch";
export declare const JUNO_STORAGE_ERROR_ASSET_NOT_FOUND = "juno.storage.error.asset_not_found";
export declare const JUNO_STORAGE_ERROR_CANNOT_READ_ASSET = "juno.storage.error.cannot_read_asset";
export declare const JUNO_STORAGE_ERROR_UPLOAD_PATH_COLLECTION_PREFIX = "juno.storage.error.upload_path_collection_prefix";
export declare const JUNO_STORAGE_ERROR_RESERVED_ASSET = "juno.storage.error.reserved_asset";
export declare const JUNO_STORAGE_ERROR_BATCH_NOT_FOUND = "juno.storage.error.batch_not_found";
export declare const JUNO_STORAGE_ERROR_CHUNK_NOT_FOUND = "juno.storage.error.chunk_not_found";
export declare const JUNO_STORAGE_ERROR_CHUNK_NOT_INCLUDED_IN_BATCH = "juno.storage.error.chunk_not_included_in_batch";
export declare const JUNO_STORAGE_ERROR_ASSET_MAX_ALLOWED_SIZE = "juno.storage.error.asset_max_allowed_size";
export declare const JUNO_AUTH_ERROR_NOT_ADMIN_CONTROLLER = "juno.auth.error.not_admin_controller";
export declare const JUNO_AUTH_ERROR_INVALID_ORIGIN = "juno.auth.error.invalid_origin";
export declare const JUNO_AUTH_ERROR_NOT_WRITE_CONTROLLER = "juno.auth.error.not_write_controller";
export declare const JUNO_AUTH_ERROR_NOT_CONTROLLER = "juno.auth.error.not_controller";
export declare const JUNO_AUTH_ERROR_CALLER_NOT_ALLOWED = "juno.auth.error.caller.not_allowed";
export declare const JUNO_AUTH_ERROR_NOT_CONFIGURED = "juno.auth.error.not_configured";
export declare const JUNO_AUTH_ERROR_AUTOMATION_NOT_CONFIGURED = "juno.auth.error.automation_not_configured";
export declare const JUNO_AUTH_ERROR_OPENID_DISABLED = "juno.auth.error.openid_disabled";
export declare const JUNO_AUTOMATION_TOKEN_ERROR_MISSING_JTI = "juno.automation.token.error.missing_jti";
export declare const JUNO_AUTOMATION_TOKEN_ERROR_TOKEN_REUSED = "juno.automation.token.error.token_reused";
export declare const JUNO_AUTOMATION_WORKFLOW_ERROR_MISSING_REPOSITORY = "juno.automation.workflow.error.missing_repository";
export declare const JUNO_AUTOMATION_WORKFLOW_ERROR_MISSING_RUN_ID = "juno.automation.workflow.error.missing_run_id";
export declare const JUNO_DATASTORE_ERROR_AUTOMATION_CALLER = "juno.datastore.error.automation.caller";
export declare const JUNO_DATASTORE_ERROR_USER_CANNOT_UPDATE = "juno.datastore.error.user.cannot_update";
export declare const JUNO_DATASTORE_ERROR_USER_INVALID_DATA = "juno.datastore.error.user.invalid_data";
export declare const JUNO_DATASTORE_ERROR_USER_CALLER_KEY = "juno.datastore.error.user.caller_key";
export declare const JUNO_DATASTORE_ERROR_USER_KEY_NO_PRINCIPAL = "juno.datastore.error.user.key_no_principal";
export declare const JUNO_DATASTORE_ERROR_USER_NOT_ALLOWED = "juno.datastore.error.user.not_allowed";
export declare const JUNO_DATASTORE_ERROR_USER_AAGUID_INVALID_LENGTH = "juno.datastore.error.user.webauthn.aaguid_invalid_length";
export declare const JUNO_DATASTORE_ERROR_USER_PROVIDER_INVALID_DATA = "juno.datastore.error.user.webauthn.provider_invalid_data";
export declare const JUNO_DATASTORE_ERROR_USER_PROVIDER_WEBAUTHN_INVALID_DATA = "juno.datastore.error.user.webauthn.provider_webauthn_invalid_data";
export declare const JUNO_DATASTORE_ERROR_USER_REGISTER_PROVIDER_INVALID_DATA = "juno.datastore.error.user.register.provider_invalid_data";
export declare const JUNO_AUTH_ERROR_PROFILE_EMAIL_INVALID_LENGTH = "juno.auth.error.profile.data.email_invalid_length";
export declare const JUNO_AUTH_ERROR_PROFILE_NAME_INVALID_LENGTH = "juno.auth.error.profile.data.name_invalid_length";
export declare const JUNO_AUTH_ERROR_PROFILE_GIVEN_NAME_INVALID_LENGTH = "juno.auth.error.profile.data.given_name_invalid_length";
export declare const JUNO_AUTH_ERROR_PROFILE_FAMILY_NAME_INVALID_LENGTH = "juno.auth.error.profile.data.family_name_invalid_length";
export declare const JUNO_AUTH_ERROR_PROFILE_PREFERRED_USERNAME_INVALID_LENGTH = "juno.auth.error.profile.data.preferred_username_invalid_length";
export declare const JUNO_AUTH_ERROR_PROFILE_LOCALE_INVALID_LENGTH = "juno.auth.error.profile.data.locale_invalid_length";
export declare const JUNO_AUTH_ERROR_PROFILE_PICTURE_INVALID_URL = "juno.auth.error.profile.data.picture_invalid_url";
export declare const JUNO_AUTH_ERROR_PROFILE_PICTURE_INVALID_SCHEME = "juno.auth.error.profile.data.picture_invalid_scheme";
export declare const JUNO_DATASTORE_ERROR_USER_USAGE_CHANGE_LIMIT_REACHED = "juno.datastore.error.user.usage.change_limit_reached";
export declare const JUNO_DATASTORE_ERROR_USER_USAGE_INVALID_DATA = "juno.datastore.error.user.usage.invalid_data";
export declare const JUNO_DATASTORE_ERROR_USER_WEBAUTHN_CANNOT_UPDATE = "juno.datastore.error.user.webauthn.cannot_update";
export declare const JUNO_DATASTORE_ERROR_USER_WEBAUTHN_INVALID_DATA = "juno.datastore.error.user.webauthn.invalid_data";
export declare const JUNO_DATASTORE_ERROR_USER_WEBAUTHN_CALLER_KEY = "juno.datastore.error.user.webauthn.caller_key";
