import * as z from "zod"; export type IngestionBackfillDataDto = { runID: string; }; /** @internal */ export declare const IngestionBackfillDataDto$inboundSchema: z.ZodType; /** @internal */ export type IngestionBackfillDataDto$Outbound = { runID: string; }; /** @internal */ export declare const IngestionBackfillDataDto$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace IngestionBackfillDataDto$ { /** @deprecated use `IngestionBackfillDataDto$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `IngestionBackfillDataDto$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `IngestionBackfillDataDto$Outbound` instead. */ type Outbound = IngestionBackfillDataDto$Outbound; } //# sourceMappingURL=ingestionbackfilldatadto.d.ts.map