export declare const AddChannelGitHub: (pluginConfig: any, context: any) => Promise<{
    name: string;
    url: any;
}>;
