import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface BCMSMediaAddDirData { name: string; parentId?: string; } export declare const BCMSMediaAddDirDataSchema: ObjectSchema;