export declare type ExpoDevMenu = {
    openMenu(): any;
    openProfile(): any;
    openSettings(): any;
};
