/**
 * Returns a function that takes a key and returns
 * the number of function calls with that key.
 */
export declare const getKeysCounter: () => ((key: string) => number);
