import { type Query } from '@xyo-network/payload-model'; export declare const ModuleStateQuerySchema: "network.xyo.query.module.state" & { readonly __schema: true; }; export type ModuleStateQuerySchema = typeof ModuleStateQuerySchema; export type ModuleStateQuery = Query; //# sourceMappingURL=State.d.ts.map