import { CmdOptions } from './cmd-options.js';
export declare function cmd(command: string, args?: string[], options?: CmdOptions): Promise<string>;
