export declare const KEY_TYPE: {
    kty: string;
    crv: string;
    alg: string;
    key_ops: string[];
};
