import { APIAttachment } from "discord-api-types/v10"; export declare class Attachment { id: string; filename: string; description: string | null; content_type: string | null; size: number; url: string; proxy_url: string; height: number | null; width: number | null; ephemeral: boolean | null; constructor(raw: APIAttachment); } //# sourceMappingURL=Attachment.d.ts.map