import { CreateContentDto } from "./create-content.dto";
export declare class UpdateContentDto extends CreateContentDto {
    id: string;
}
