export declare function commandExists(command: string): Promise<boolean>;
