import type { RepositoryConfig } from "../types"; export declare const getRepositoryConfig: (repositoryName: string) => RepositoryConfig | undefined;