import './wasm_exec';
import { fs as memfs } from 'memfs';
export { memfs };
export declare const isBrowser: boolean;
export default function (command: string, args?: string[], flags?: any): Promise<{
    code: number;
    stdout: string;
    stderr: string;
}>;
