export declare function splitShellArgs(raw: string): string[] | null;
