import { DynamicModule } from '@nestjs/common'; import { OAuth2ParamsInterface } from '../../providers'; export declare class AuthServiceAuthModule { static register(oAuth2Params: OAuth2ParamsInterface): DynamicModule; } //# sourceMappingURL=auth-service-auth.module.d.ts.map