import { zodAsFactory, zodIsFactory, zodToFactory } from '@ariestools/sdk'; import { QueryFieldsZod } from '@xyo-network/sdk-protocol'; import * as z from 'zod/mini'; export declare const NodeAttachedQuerySchema: 'network.xyo.query.node.attached' & { readonly __schema: true; }; export type NodeAttachedQuerySchema = typeof NodeAttachedQuerySchema; export declare const NodeAttachedQueryZod: z.ZodMiniObject<{ schema: z.ZodMiniLiteral; } & (typeof QueryFieldsZod)['shape'], z.core.$strip>; export type NodeAttachedQuery = z.infer; export declare const isNodeAttachedQuery: ReturnType>; export declare const asNodeAttachedQuery: ReturnType>; export declare const toNodeAttachedQuery: ReturnType>; //# sourceMappingURL=Attached.d.ts.map