blob: 9c2df8eb5bc934705ac788a0267c1d563083ef8c [file] [log] [blame]
import type { StreamUserConfig, WritableStream } from './types/api';
export declare const createStream: (userConfig: StreamUserConfig) => WritableStream;