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