export interface UltraHonkProof { proof: string; } export interface UltraHonkVk { vk: string; } export type VariantUltraHonkProof = Record; export type VersionedUltraHonkProof = Record>; export type VersionedUltraHonkVk = Record; export interface UltraHonkPubs { pubs: string[]; } //# sourceMappingURL=types.d.ts.map