/** The public object type of the contributing resource. Mirrors the top-level `object` field on the corresponding endpoint so callers can fetch the underlying resource by id if they want more detail. */ export declare const RunUsageBreakdownEntryObject: { readonly ExtractRun: "extract_run"; readonly ClassifyRun: "classify_run"; readonly SplitRun: "split_run"; readonly ParseRun: "parse_run"; readonly EditRun: "edit_run"; }; export type RunUsageBreakdownEntryObject = (typeof RunUsageBreakdownEntryObject)[keyof typeof RunUsageBreakdownEntryObject] | string;