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