import { AzureDevopsPlugin } from './azure-devops';
import { GithubPlugin } from './github';
export * from './github';
export * from './azure-devops';
export * from './default';
export declare const gitPlugins: (typeof AzureDevopsPlugin | typeof GithubPlugin)[];
