export declare function hasSentryCLI(): boolean; export declare function installSentryCLI(): Promise; export declare function executeSync(command: string): string; export declare function execute(command: string): Promise;