declare function getMany(ids: any, records: any, field?: string): any[] | null; export { getMany };