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