import { JwksKeyParameters } from "@tsed/jwks"; export declare class OidcJwks { jwksPath: string; certificates?: JwksKeyParameters[]; keys: string; $onInit(): any; getJwks(): any; }