export declare const useSplitChunk: <T>(array: T[], step: number, type?: 'sync' | 'async') => T[][];
