import type { EncryptionKeypair } from '../../domain/keypair.js'; import type { Result } from '../../framework/types/result.js'; import { BaseError } from '../../framework/error/mod.js'; export declare class CreateEncryptionKeypairError extends BaseError { readonly cause: unknown; readonly _tag = "CreateEncryptionKeypairError"; constructor(cause: unknown); } export declare function buildCreateKeypair(): () => Promise>; //# sourceMappingURL=create-keypair.d.ts.map