import type { ProviderStreams } from "../types.ts";
/**
 * Overrides the dynamically imported bedrock implementation. Used by the Bun
 * binary build, where the variable-specifier import cannot be bundled; the
 * build registers a statically imported module instead.
 */
export declare function setBedrockProviderModule(module: ProviderStreams): void;
export declare const bedrockConverseStreamApi: () => ProviderStreams;
//# sourceMappingURL=bedrock-converse-stream.lazy.d.ts.map