import type { ErrorFromValidatedNEA, ValidatedNEA } from "@apple/cktool.core"; import { CKDBSharePotentialParticipant } from "./CKDBSharePotentialParticipant"; export * from "./CKDBSharePotentialParticipant"; declare const getJsonEncoder: () => (maybeObject: T) => ValidatedNEA; declare const getJsonDecoder: () => (maybeObject: T) => ValidatedNEA; export declare const jsonCodecCKDBSharePotentialParticipant: { readonly getEncoder: () => (val: CKDBSharePotentialParticipant) => ReturnType>; readonly getDecoder: () => (val: unknown) => ValidatedNEA>>, CKDBSharePotentialParticipant>; };