import type { Serializable } from '../../serializable/common/types'; export declare const makeList: (single: () => T) => () => T[]; export declare const makeListBytes: (single: () => Uint8Array) => () => Uint8Array; //# sourceMappingURL=makeList.d.ts.map