import { P2pUploadChatFileResult } from './p2pUploadChatFileResult'; export declare class P2pUploadChatFileResponse { 'timestamp'?: number; 'method'?: string; 'code'?: number; 'message'?: string; 'data'?: P2pUploadChatFileResult; 'version'?: string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }