export interface IRootRun { code: number; stdout: string; stderr: string; } export declare function example(argv: string[]): Promise;