import type { FormattedRepository } from "../types";
export declare function analyzeRepositories(): Promise<FormattedRepository[]>;
