export declare function measure<T>(f: () => T): [T, number];
export declare function getValue<T, U>(map: Map<T, U>, key: T): U;
//# sourceMappingURL=utils.d.ts.map