export declare function jwkFromX509(kid: string, x509: string): Promise<JsonWebKeyWithKid>;
