import {Common} from './root-detection.common'; export declare class RootDetection extends Common { // define your typings manually // or.. // take the ios or android .d.ts files and copy/paste them here public static isDeviceRooted(): boolean; }