import type { LazyList } from "./model"; export declare const toArray: (xs: LazyList) => readonly A[]; //# sourceMappingURL=destructors.d.ts.map