export declare function getAll<V>(map: Map<any, V>, keys: any[], onlyExisting: true): V[];
export declare function getAll<V>(map: Map<any, V>, keys: any[], onlyExisting?: false): (V | undefined)[];
//# sourceMappingURL=getAll.d.ts.map