UNPKG

qe-cli

Version:

qe-cli

8 lines (7 loc) 170 B
export declare class ps { static exec(cmd: string): Promise<{ code?: any; result?: any; }>; static sleep(ms: any): Promise<unknown>; }