export interface ShellResolution { shell: string | true; args?: string[]; } export declare function resolveShell(): ShellResolution; export declare function shellDescription(): string;