export declare abstract class SignatureTypes {
    static ED25519_2018: string;
    static JCS_ED25519_2020: string;
}
