import type { BSPEmbedGetParams, BSPGenericEmbed } from "../types/index.js"; export declare function embedGet({ client, id }: BSPEmbedGetParams): Promise;