import type { BSPEmbedCreateParams, BSPGenericEmbedResponse } from "../types/index.js"; /** * Creates a new embed using the provided embed data. */ export declare function embedCreate({ client, embed }: BSPEmbedCreateParams): Promise;