export declare class SendFilesStatus { error: boolean; operation?: string; statusCode?: number; errorData?: Object; category?: string; }