import type { OgImageRenderEventContext } from '../../../../../types.js'; /** * Service function to fetch emoji SVGs from the iconify API * This does not perform HTML replacement - that's handled by the AST plugin */ export declare function getEmojiSvg(ctx: OgImageRenderEventContext, emojiChar: string): Promise;