/** * This file was auto-generated by Fern from our API Definition. */ /** * The value to compare against. */ export type NotEqualKeyTypeValue = 'ED25519' | 'P256' | 'P384'; export declare const NotEqualKeyTypeValue: { readonly Ed25519: "ED25519"; readonly P256: "P256"; readonly P384: "P384"; }; //# sourceMappingURL=NotEqualKeyTypeValue.d.ts.map