export declare const getKeysByValue: (obj: object, testFn?: (key: string | number) => boolean) => string[];