export declare const getMapKeys: <T>(src: Map<T, any>) => T[];
export declare const getMapValues: <T>(src: Map<any, T>) => T[];
