export declare function mobileShell<T extends boolean>(command: string, args?: string[], timeout?: number, includeStderr?: T): Promise<T extends true ? {
    stdout: string;
    stderr: string;
} : string>;
//# sourceMappingURL=shell.d.ts.map