export declare const CLIENT_BOUNDARY_VIOLATION: import("../types.js").RegisteredError; export declare const SERVER_ONLY_IN_CLIENT: import("../types.js").RegisteredError; export declare const CLIENT_ONLY_IN_SERVER: import("../types.js").RegisteredError; export declare const INVALID_USE_CLIENT: import("../types.js").RegisteredError; export declare const INVALID_USE_SERVER: import("../types.js").RegisteredError; export declare const RSC_PAYLOAD_ERROR: import("../types.js").RegisteredError; export declare const SSR_OUTPUT_LIMIT_EXCEEDED: import("../types.js").RegisteredError; export declare const LOCAL_INTEGRATION_REQUEST_INVALID: import("../types.js").RegisteredError; /** Registry fragment for BOUNDARY errors (slug → definition). */ export declare const BOUNDARY_REGISTRY: { readonly "client-boundary-violation": import("../types.js").RegisteredError; readonly "server-only-in-client": import("../types.js").RegisteredError; readonly "client-only-in-server": import("../types.js").RegisteredError; readonly "invalid-use-client": import("../types.js").RegisteredError; readonly "invalid-use-server": import("../types.js").RegisteredError; readonly "rsc-payload-error": import("../types.js").RegisteredError; readonly "ssr-output-limit-exceeded": import("../types.js").RegisteredError; readonly "local-integration-request-invalid": import("../types.js").RegisteredError; }; //# sourceMappingURL=boundary.d.ts.map