export type HTMLWrappers = {
default?: string;
ai?: string;
} & {
[name: string]: string;
};
export interface StreamConfig {
simulation?: boolean | number | string;
readable?: boolean;
partialRender?: boolean;
}
export type Stream = boolean | StreamConfig;
//# sourceMappingURL=stream.d.ts.map