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'; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export declare const BridgeExposeQuerySchema: 'network.xyo.query.bridge.expose' & { readonly __schema: true; }; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export type BridgeExposeQuerySchema = typeof BridgeExposeQuerySchema; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export interface BridgeExposeOptions { maxDepth?: number; required?: boolean; } /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export declare const ModuleFilterPayloadSchema: 'network.xyo.module.filter' & { readonly __schema: true; }; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export type ModuleFilterPayloadSchema = typeof ModuleFilterPayloadSchema; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export declare const ModuleFilterPayloadZod: z.ZodMiniObject<{ id: z.ZodMiniCustom; maxDepth: z.ZodMiniOptional>; required: z.ZodMiniOptional>; schema: z.ZodMiniLiteral; }, z.core.$strip>; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export type ModuleFilterPayload = z.infer; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export declare const isModuleFilterPayload: ReturnType>; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export declare const asModuleFilterPayload: ReturnType>; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export declare const toModuleFilterPayload: ReturnType>; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export declare const BridgeExposeQueryZod: z.ZodMiniObject<{ schema: z.ZodMiniLiteral; } & (typeof QueryFieldsZod)['shape'], z.core.$strip>; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export type BridgeExposeQuery = z.infer; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export declare const isBridgeExposeQuery: ReturnType>; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export declare const asBridgeExposeQuery: ReturnType>; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export declare const toBridgeExposeQuery: ReturnType>; //# sourceMappingURL=Expose.d.ts.map