import { t as CleartextRelayerConfig } from "./types-Gn5MeDsr.js"; //#region src/config/cleartext.d.ts /** * Cleartext relayer — routes to RelayerCleartext (no FHE infrastructure). * * When `executorAddress` is set on the chain definition (e.g. `hardhat`, `hoodi`), * it is picked up automatically. * * @example * ```ts * // executorAddress comes from the chain preset: * relayers: { [hardhat.id]: cleartext() } * ``` */ declare function cleartext(): CleartextRelayerConfig; //#endregion export { cleartext as t }; //# sourceMappingURL=cleartext-DAkOTlrE.d.ts.map