import { OAuth2ParamsInterface } from '../../providers'; export declare const getTokenEndpoint: (params: OAuth2ParamsInterface) => URL; export declare const getJwksUri: (params: OAuth2ParamsInterface) => URL; //# sourceMappingURL=auth-service-auth.util.d.ts.map