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