export declare const exitApp: (args?: any) => void; export default exitApp; export declare const exitAppAsync: (args?: any) => Promise;