declare module '@nativescript/core/ui/core/view-base' {
    interface ViewBase {
        _dialogFragment: androidx.fragment.app.DialogFragment;
    }
}
export declare function setScreenOrientation(type: any): Promise<void>;
export declare function setScreenBrightness(page: any, value: any): Promise<void>;
export declare function overridePageBase(): void;
export declare function installMixins(): void;
