import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const DebugTrackerStatus: { readonly Unprocessed: "unprocessed"; readonly NotFound: "not_found"; readonly Found: "found"; readonly Error: "error"; readonly Processing: "processing"; readonly Attributed: "attributed"; }; export type DebugTrackerStatus = OpenEnum; /** @internal */ export declare const DebugTrackerStatus$inboundSchema: z.ZodMiniType; //# sourceMappingURL=debug-tracker-status.d.ts.map