import type { JwkBody } from '../types'; export declare const rsaPublicKey: string; export declare const rsaPublicKey4096: string; export declare const rsaPublicKey4096Jwk: JwkBody; export declare const rsaPublicKeyJwk: JwkBody; export declare const rsaPrivateKey: string; export declare const rsaOtherPublicKey: string; export declare const ecPrivateKey: string; export declare const ecPublicKey: string; export declare const ecPublicKeyJwk: JwkBody; export declare const rsaPrivateKeyEncrypted: string; export declare const rsaPublicKeyEncrypted: string; export declare const rsaPublicKeyEncryptedJwk: JwkBody; export declare const localhostCertificate: string; export declare const localhostPrivateKey: string;