export declare const getKeyByValue: (object: Record, value: string) => string; export declare const getAmountAndUnitFromString: (str: string) => any[];