import { zodAsFactory, zodIsFactory, zodToFactory } from '@ariestools/sdk'; import { type XyoAddress } from '@xyo-network/sdk-protocol'; import * as z from 'zod/mini'; export declare const ChildCertificationSchema: 'network.xyo.child.certification' & { readonly __schema: true; }; export type ChildCertificationSchema = typeof ChildCertificationSchema; export interface ChildCertificationFields { address: XyoAddress; expiration: number; } export declare const ChildCertificationZod: z.ZodMiniIntersection; }, z.core.$strip>, z.ZodMiniCustom>; export type ChildCertification = z.infer; export declare const isChildCertification: ReturnType>; export declare const asChildCertification: ReturnType>; export declare const toChildCertification: ReturnType>; //# sourceMappingURL=ChildCertification.d.ts.map