import type { LazyReader } from "./types";
export type LazySource = LazyReader | Blob | string;
export declare function createLazyReader(source: LazySource): LazyReader;
//# sourceMappingURL=factory.d.ts.map