export declare class FileUploadByUrlDtoModel {
    fileIds: number[];
    isCut: boolean;
    linkCategoryIdTarget?: number;
}
