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