export declare function configureSentryCLI({ projectDir, authToken, }: {
    projectDir: string;
    authToken: string;
}): void;
