export declare function crossBridge(params: {
url: string;
}): Promise<ReadableStream<Uint8Array> | null>;