export type Connect = { grantType?: string; baseUrl: string; oidcPath: string; clientId: string; clientSecret: string; responseTypes?: string[]; grantTypes?: string[]; timeout?: number; redirectUri?: string; }; //# sourceMappingURL=connect.type.d.ts.map