import { Iany } from '@cpmech/js2ts';
export declare const getBatch: (table: string, keys: Iany[], filterAttributes?: string) => Promise<Iany[]>;
