import type { GatewayStartMessage } from "./contracts.js"; import type { GatewayVerificationStore } from "./verification-store.js"; import type { GatewayVerificationExecutor } from "./verification-executor.js"; import { type GatewayVerificationReply } from "./verification-contracts.js"; export declare function handleGatewayVerification(value: unknown, identity: GatewayStartMessage | undefined, store: GatewayVerificationStore | undefined, executor: GatewayVerificationExecutor | undefined, send: (reply: GatewayVerificationReply) => void): boolean; //# sourceMappingURL=verification-ipc.d.ts.map