/** * Resolve an emoji shortcode to its Unicode character. * If the input is already an emoji character, it is returned as-is. * Strips optional surrounding colons (e.g. `:thumbsup:` → `👍`). */ export declare function resolveEmoji(input: string): string; //# sourceMappingURL=emoji.d.ts.map