import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface BCMSMediaDuplicateData { _id: string; duplicateTo: string; } export declare const BCMSMediaDuplicateDataSchema: ObjectSchema;