import { APIEmbed } from 'discord.js'; import { ExtendedInteraction, ExtendedMessage } from '../typedef'; import { embedCreatorOptions } from '../embedCreator'; /** * @deprecated Use {@link embedCreator()} */ export declare function embedCreate(msgOrInt: ExtendedMessage | ExtendedInteraction, options?: embedCreatorOptions): Promise;