import type { CallGatewayOptions } from "../../gateway/call.js"; type EmbeddedCallGateway = >(opts: CallGatewayOptions) => Promise; export declare function createEmbeddedCallGateway(): EmbeddedCallGateway; export {};