/** Contains a part of a file */ export declare class FilePartBaseModel { _: 'filePart'; /** File bytes */ data: string; }