export declare enum KeyType {
    astrax = "astrax",
    plaintextKey = "plaintextKey"
}
