export declare const getFirstValue: <V>(map: Map<any, V>) => V;
