export default function runAndUpdateCI({ id, scopePath, verbose, directory, keep, noCache }: {
    id: string;
    scopePath?: string;
    verbose?: boolean;
    directory?: string;
    keep?: boolean;
    noCache?: boolean;
}): Promise<any>;
