import { SentryProjectData } from '../utils/clack-utils';
export declare function setupCLIConfig(authToken: string, selectedProject: SentryProjectData, sentryUrl: string): Promise<void>;
