import { DeviceType } from './Device.types'; export { DeviceType }; export declare const isDevice: boolean; export declare const brand: string | null; export declare const manufacturer: string | null; export declare const modelId: any; export declare const modelName: string | null; export declare const designName: string | null; export declare const productName: string | null; export declare const deviceYearClass: number | null; export declare const totalMemory: number | null; export declare const supportedCpuArchitectures: string[] | null; export declare const osName: string | null; export declare const osVersion: string | null; export declare const osBuildId: string | null; export declare const osInternalBuildId: string | null; export declare const osBuildFingerprint: string | null; export declare const platformApiLevel: number | null; export declare const deviceName: string | null; export declare function getDeviceTypeAsync(): Promise; export declare function getUptimeAsync(): Promise; export declare function getMaxMemoryAsync(): Promise; export declare function isRootedExperimentalAsync(): Promise; export declare function isSideLoadingEnabledAsync(): Promise; export declare function getPlatformFeaturesAsync(): Promise; export declare function hasPlatformFeatureAsync(feature: string): Promise; //# sourceMappingURL=Device.d.ts.map