export declare function exec(command: string): string;
export declare function execOrThrow(command: string): string;
