import { zodAsFactory, zodIsFactory, zodToFactory } from '@ariestools/sdk'; import { QueryFieldsZod } from '@xyo-network/sdk-protocol'; import * as z from 'zod/mini'; import type { BridgeExposeOptions } from './Expose.js'; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export declare const BridgeUnexposeQuerySchema: 'network.xyo.query.bridge.unexpose' & { readonly __schema: true; }; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export type BridgeUnexposeQuerySchema = typeof BridgeUnexposeQuerySchema; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export interface BridgeUnexposeOptions extends BridgeExposeOptions { } /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export declare const BridgeUnexposeQueryZod: 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 BridgeUnexposeQuery = z.infer; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export declare const isBridgeUnexposeQuery: ReturnType>; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export declare const asBridgeUnexposeQuery: ReturnType>; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export declare const toBridgeUnexposeQuery: ReturnType>; //# sourceMappingURL=Unexpose.d.ts.map