export declare class EmbedAuthorDto { name: string; url?: string | undefined; icon_url?: string | undefined; proxy_icon_url?: string | undefined; constructor(name: string, url?: string | undefined, icon_url?: string | undefined, proxy_icon_url?: string | undefined); }