export declare const createBatch: <Result, T extends (ids: string[], ...rest: any) => Promise<Result> | Result>(fn: T, isSet?: boolean) => T;
