export declare const DEPLOYMENT_ERROR: import("../types.js").RegisteredError; export declare const PLATFORM_ERROR: import("../types.js").RegisteredError; export declare const ENV_VAR_MISSING: import("../types.js").RegisteredError; export declare const PRODUCTION_BUILD_REQUIRED: import("../types.js").RegisteredError; export declare const ENVIRONMENT_NOT_FOUND: import("../types.js").RegisteredError; export declare const ENVIRONMENT_NOT_ROUTABLE: import("../types.js").RegisteredError; export declare const RELEASE_MISSING_VERSION: import("../types.js").RegisteredError; export declare const RELEASE_BUILD_TIMEOUT: import("../types.js").RegisteredError; export declare const DEPLOYMENT_VERIFICATION_TIMEOUT: import("../types.js").RegisteredError; export declare const PUSH_RECEIPT_MISSING: import("../types.js").RegisteredError; export declare const PUSH_CONFLICT: import("../types.js").RegisteredError; export declare const SYNC_STATE_INVALID: import("../types.js").RegisteredError; export declare const SOURCE_DIGEST_MISMATCH: import("../types.js").RegisteredError; export declare const PREVIEW_HOSTNAME_TOO_LONG: import("../types.js").RegisteredError; export declare const BRANCH_NOT_FOUND: import("../types.js").RegisteredError; /** * The project's configuration file uses a construct Veryfront Cloud's * configuration evaluator can never accept, so the release would answer 500 to * every request. Raised before a release is created; the detail names the file, * the change that makes the project deployable, and the line when the evaluator * located the construct it refused. */ export declare const CONFIG_NOT_DEPLOYABLE: import("../types.js").RegisteredError; /** Registry fragment for DEPLOY errors (slug → definition). */ export declare const DEPLOY_REGISTRY: { readonly "config-not-deployable": import("../types.js").RegisteredError; readonly "deployment-error": import("../types.js").RegisteredError; readonly "platform-error": import("../types.js").RegisteredError; readonly "env-var-missing": import("../types.js").RegisteredError; readonly "production-build-required": import("../types.js").RegisteredError; readonly "environment-not-found": import("../types.js").RegisteredError; readonly "environment-not-routable": import("../types.js").RegisteredError; readonly "release-missing-version": import("../types.js").RegisteredError; readonly "release-build-timeout": import("../types.js").RegisteredError; readonly "deployment-verification-timeout": import("../types.js").RegisteredError; readonly "push-receipt-missing": import("../types.js").RegisteredError; readonly "push-conflict": import("../types.js").RegisteredError; readonly "sync-state-invalid": import("../types.js").RegisteredError; readonly "source-digest-mismatch": import("../types.js").RegisteredError; readonly "preview-hostname-too-long": import("../types.js").RegisteredError; readonly "branch-not-found": import("../types.js").RegisteredError; }; //# sourceMappingURL=deploy.d.ts.map