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