declare const getKeyByValue: (o: object, v: any) => string; export default getKeyByValue;