/** * This file was auto-generated by Fern from our API Definition. */ export declare type BatchStatus = "staging" | "in_progress" | "completed"; export declare const BatchStatus: { readonly Staging: "staging"; readonly InProgress: "in_progress"; readonly Completed: "completed"; };