/** * Find object key for provided object value */ export declare function getKeyByValue(object: any, value: number): string | undefined; /** * Check whether or not current user is using browser with LocalStorage support */ export declare function supportsLocalStorage(): boolean; //# sourceMappingURL=helpers.d.ts.map