import { JsonWebKey2020 } from '@transmute/web-crypto-key-pair';
export { JsonWebKey2020 };
export declare class JsonWebKey {
    id: string;
    type: string;
    controller: string;
    static from: (k: JsonWebKey2020, options?: any) => Promise<any>;
    signer: () => any;
    verifier: () => any;
}
//# sourceMappingURL=JsonWebKeyWithRSASupport.d.ts.map