interface GjcCommand { cmd: string; args: string[]; shell: boolean; } export declare function resolveGjcCommand(): GjcCommand; export {};