import { AvailableResult } from '../util/models'; interface PlatformResult extends AvailableResult { platform: string; } export declare function usePlatform(): PlatformResult; export declare const availableFeatures: { getPlatform: boolean; }; export {};