import { Common } from './root-detection.common'; export declare class RootDetection extends Common { static isDeviceRooted(): boolean; }