export type Answers = { clientSecret: string; clientId: string; hasEnterprise: boolean; enterpriseInstanceUrl?: string; }; export declare const github: () => Promise;