import type { IAMProviderParamsInterface, OAuth2ParamsInterface } from './iam-provider.interface'; export declare abstract class IAMProviderParams implements IAMProviderParamsInterface { protected readonly params: OAuth2ParamsInterface; constructor(params: OAuth2ParamsInterface); getParams(): OAuth2ParamsInterface; getUrl(): URL; getData(): URLSearchParams; } //# sourceMappingURL=iam-provider.params.d.ts.map