import { Attachment } from "../objects/Attachment"; import { Embed } from "./Embed"; export declare class EmbedBuilder extends Embed { constructor(data?: { color?: string; description?: string; iconURL?: string; media?: Attachment; title?: string; url?: string; }); }