export declare function dumpMemAsync(args: string[]): Promise; export declare function dumpheapAsync(filename?: string): Promise; export declare function dumplogAsync(): Promise; export declare function hwAsync(cmds: string[]): Promise; export declare function startAsync(gdbArgs: string[]): Promise;