import type { KlawConfig } from "../../config/types.klaw.js"; import type { DeliverableMessageChannel } from "../../utils/message-channel.js"; export declare function resetOutboundChannelBootstrapStateForTests(): void; export declare function bootstrapOutboundChannelPlugin(params: { channel: DeliverableMessageChannel; cfg?: KlawConfig; }): void;