export declare const startApp: (args?: any) => void; export default startApp; export declare const startAppAsync: (args?: any) => Promise;