import { BootstrapError } from './bootstrap-error.js'; /** Preserve canonical exit semantics while giving pre-dispatch failures JSON shape. */ export declare function startupFailureAsBootstrapError(error: unknown): BootstrapError; //# sourceMappingURL=startup-error.d.ts.map