import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface BCMSStatusUpdateData { _id: string; label?: string; color?: string; } export declare const BCMSStatusUpdateDataSchema: ObjectSchema;