export default class EmbedBuilder { get title(): string; set title(value: string); get description(): string; set description(value: string); get url(): string; set url(value: string); get thumbnailUrl(): string; set thumbnailUrl(value: string); get imageUrl(): string; set imageUrl(value: string); get timestamp(): Date; set timestamp(value: Date); get color(): number; set color(value: number); private readonly embed; } //# sourceMappingURL=EmbedBuilder.d.ts.map