import { type Operation } from "effection"; /** Implement `tufa vc schema import` by pinning JSON schemas into `schema.`. */ export declare function vcSchemaImportCommand(args: Record): Operation; /** Implement `tufa vc registry incept` for single-sig or group registries. */ export declare function vcRegistryInceptCommand(args: Record): Operation; /** Implement `tufa vc registry list` from local `Reger.regs` state. */ export declare function vcRegistryListCommand(args: Record): Operation; /** Implement `tufa vc registry status` from current TEL registry state. */ export declare function vcRegistryStatusCommand(args: Record): Operation; /** Implement `tufa vc create` by constructing and issuing one registry-backed ACDC. */ export declare function vcCreateCommand(args: Record): Operation; /** Implement `tufa vc list` over verifier-backed wallet indexes. */ export declare function vcListCommand(args: Record): Operation; /** Implement `tufa vc export` as a KERIpy-compatible credential support stream. */ export declare function vcExportCommand(args: Record): Operation; /** Implement `tufa vc import` by ingesting one CESR credential stream. */ export declare function vcImportCommand(args: Record): Operation; /** Implement `tufa vc revoke`, including optional revocation delivery/export. */ export declare function vcRevokeCommand(args: Record): Operation; //# sourceMappingURL=vc.d.ts.map