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