import { GitHubAnswers, GitLabAnswers } from '../auth'; export declare function integrations(providerInfo?: { provider: string; answers: GitHubAnswers | GitLabAnswers; }): Promise;