import type { CustomBlockInitErrorCode, CustomBlockInitErrorInfo } from "../../bridge/messages/init.js"; /** * Returns the error info for a given `init` failure code. * * `init` handshakes are one-shot: after an `init` error, this host instance will not answer another * `ready` message. `isRetryable` means a fresh iframe / `init` attempt could plausibly succeed * without changing block code or host configuration. */ export declare function initErrorForFailureReason(reason: CustomBlockInitErrorCode): CustomBlockInitErrorInfo; //# sourceMappingURL=initErrors.d.ts.map