import type { BSPEmbedUpdateParams, BSPGenericEmbedResponse } from "../types/index.js"; /** * Updates an existing embed with new data. */ export declare function embedUpdate({ client, id, embed }: BSPEmbedUpdateParams): Promise;