export declare const _toLazyIndexed: <T>(fn: T) => T & {
    indexed: true;
};
//# sourceMappingURL=_toLazyIndexed.d.ts.map