import { ProcessTabContext } from '../types'; /** * Convert a string command to a structure that con ben passed to WebContainer.spawn() * @param str */ export declare const strToCmd: (str: string) => ProcessTabContext;