export declare const BUILD_FAILED: import("../types.js").RegisteredError; export declare const BUNDLE_ERROR: import("../types.js").RegisteredError; export declare const TYPESCRIPT_ERROR: import("../types.js").RegisteredError; export declare const MDX_COMPILE_ERROR: import("../types.js").RegisteredError; export declare const MARKDOWN_COMPILE_ERROR: import("../types.js").RegisteredError; export declare const ASSET_OPTIMIZATION_ERROR: import("../types.js").RegisteredError; export declare const SSG_GENERATION_ERROR: import("../types.js").RegisteredError; export declare const SOURCEMAP_ERROR: import("../types.js").RegisteredError; export declare const COMPILATION_ERROR: import("../types.js").RegisteredError; /** Registry fragment for BUILD errors (slug → definition). */ export declare const BUILD_REGISTRY: { readonly "build-failed": import("../types.js").RegisteredError; readonly "bundle-error": import("../types.js").RegisteredError; readonly "typescript-error": import("../types.js").RegisteredError; readonly "mdx-compile-error": import("../types.js").RegisteredError; readonly "markdown-compile-error": import("../types.js").RegisteredError; readonly "asset-optimization-error": import("../types.js").RegisteredError; readonly "ssg-generation-error": import("../types.js").RegisteredError; readonly "sourcemap-error": import("../types.js").RegisteredError; readonly "compilation-error": import("../types.js").RegisteredError; }; //# sourceMappingURL=build.d.ts.map