export declare function getShellCommandAndArgs(shell: string, script?: string): { command: string; args?: string[]; };