import { EmbedBuilder } from "@discordjs/builders"; export declare enum EmbedProperty { title = "title", titleURL = "titleURL", authorName = "authorName", authorIcon = "authorIcon", footerText = "footerText", image = "image", thumbnail = "thumbnail", footerIcon = "footerIcon", description = "description", timestamp = "timestamp", authorURL = "authorURL", color = "color" } export declare const EmbedProperties: import("../functions/defineProperties").Properties; //# sourceMappingURL=embed.d.ts.map