export declare const HYDRATION_MISMATCH: import("../types.js").RegisteredError; export declare const RENDER_ERROR: import("../types.js").RegisteredError; export declare const REDIRECT_DESTINATION_NOT_ALLOWED: import("../types.js").RegisteredError; export declare const COMPONENT_ERROR: import("../types.js").RegisteredError; export declare const LAYOUT_NOT_FOUND: import("../types.js").RegisteredError; export declare const PAGE_NOT_FOUND: import("../types.js").RegisteredError; export declare const API_ERROR: import("../types.js").RegisteredError; export declare const MIDDLEWARE_ERROR: import("../types.js").RegisteredError; export declare const LOCAL_INTEGRATION_CREDENTIAL_UNAVAILABLE: import("../types.js").RegisteredError; export declare const LOCAL_INTEGRATION_REQUEST_FAILED: import("../types.js").RegisteredError; export declare const LOCAL_INTEGRATION_RESPONSE_INVALID: import("../types.js").RegisteredError; /** Trigger target (task or workflow) not found during local run */ export declare const TRIGGER_TARGET_NOT_FOUND: import("../types.js").RegisteredError; /** Trigger target task or workflow failed during local run */ export declare const TRIGGER_EXECUTION_FAILED: import("../types.js").RegisteredError; /** Trigger target type is not supported in the current runtime context */ export declare const TRIGGER_NOT_SUPPORTED: import("../types.js").RegisteredError; /** Registry fragment for RUNTIME errors (slug → definition). */ export declare const RUNTIME_REGISTRY: { readonly "hydration-mismatch": import("../types.js").RegisteredError; readonly "render-error": import("../types.js").RegisteredError; readonly "redirect-destination-not-allowed": import("../types.js").RegisteredError; readonly "component-error": import("../types.js").RegisteredError; readonly "layout-not-found": import("../types.js").RegisteredError; readonly "page-not-found": import("../types.js").RegisteredError; readonly "api-error": import("../types.js").RegisteredError; readonly "middleware-error": import("../types.js").RegisteredError; readonly "local-integration-credential-unavailable": import("../types.js").RegisteredError; readonly "local-integration-request-failed": import("../types.js").RegisteredError; readonly "local-integration-response-invalid": import("../types.js").RegisteredError; readonly "trigger-target-not-found": import("../types.js").RegisteredError; readonly "trigger-execution-failed": import("../types.js").RegisteredError; readonly "trigger-not-supported": import("../types.js").RegisteredError; }; //# sourceMappingURL=runtime.d.ts.map