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