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