import * as z from 'zod/mini'; import type * as App from '../App.js'; /** Zod schemas owned by the admin route support matrix. */ export declare namespace schema { /** Schemas for the getAdminRoutesSupport operation. */ namespace getRoutesSupport { /** Response body for the route support matrix. */ const Response: z.ZodMiniObject<{ data: z.ZodMiniArray>; destinationChain: z.ZodMiniObject<{ id: z.ZodMiniString; name: z.ZodMiniString; slug: z.ZodMiniString; }, z.core.$strip>; destinationToken: z.ZodMiniObject<{ id: z.ZodMiniString; name: z.ZodMiniString; symbol: z.ZodMiniString; }, z.core.$strip>; id: z.ZodMiniString; quoteProviders: z.ZodMiniArray>; sourceChain: z.ZodMiniObject<{ id: z.ZodMiniString; name: z.ZodMiniString; slug: z.ZodMiniString; }, z.core.$strip>; sourceToken: z.ZodMiniObject<{ id: z.ZodMiniString; name: z.ZodMiniString; symbol: z.ZodMiniString; }, z.core.$strip>; subsidies: z.ZodMiniObject<{ depositAddress: z.ZodMiniBoolean; walletTransfer: z.ZodMiniBoolean; }, z.core.$strip>; walletTransferProviders: z.ZodMiniArray>; providerId: z.ZodMiniString; }, z.core.$strip>>; }, z.core.$strip>>; updatedAt: z.ZodMiniString; }, z.core.$strip>; } } /** Read-only matrix of published route capabilities. */ export declare function routesSupport(): import("hono/hono-base").HonoBase; //# sourceMappingURL=routes-support.d.ts.map