export type Answers = { clientSecret: string; clientId: string; hasAudience: boolean; audience?: string; }; export declare const gitlab: () => Promise;