declare module "ios-inner-height" {
    function innerHeight(): number;
    export = innerHeight;
}