import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface BCMSMediaMoveData { _id: string; moveTo: string; } export declare const BCMSMediaMoveDataSchema: ObjectSchema;