import { zodAsFactory, zodIsFactory, zodToFactory } from '@ariestools/sdk'; import { QueryFieldsZod } from '@xyo-network/sdk-protocol'; import * as z from 'zod/mini'; import type { ModuleIdentifier } from '../../module-model/index.js'; export declare const NodeAttachQuerySchema: 'network.xyo.query.node.attach' & { readonly __schema: true; }; export type NodeAttachQuerySchema = typeof NodeAttachQuerySchema; export declare const NodeAttachQueryZod: z.ZodMiniObject<{ schema: z.ZodMiniLiteral; } & (typeof QueryFieldsZod)['shape'] & { external: z.ZodMiniOptional>; id: z.ZodMiniCustom; }, z.core.$strip>; export type NodeAttachQuery = z.infer; export declare const isNodeAttachQuery: ReturnType>; export declare const asNodeAttachQuery: ReturnType>; export declare const toNodeAttachQuery: ReturnType>; //# sourceMappingURL=Attach.d.ts.map