import { APIAttachment } from 'discord-api-types/v10'; export declare class Attachment { ephemeral?: boolean; id: string; filename: string; description?: string; contentType?: string; size: number; url: string; proxyUrl: string; height?: number; width?: number; constructor(data: APIAttachment); }