import { z } from 'zod'; export declare namespace RecreateTablesCommand { const url: "/node/plugin/nftables/recreate-tables"; const ResponseSchema: z.ZodObject<{ response: z.ZodObject<{ accepted: z.ZodBoolean; }, "strip", z.ZodTypeAny, { accepted: boolean; }, { accepted: boolean; }>; }, "strip", z.ZodTypeAny, { response: { accepted: boolean; }; }, { response: { accepted: boolean; }; }>; type Response = z.infer; } //# sourceMappingURL=recreate-tables.schema.d.ts.map