export declare const mediaEmojiId: { id: string; shortName: string; fallback: string; }; export declare const mediaEmoji: { name: string; type: string; category: string; order: number; representation: { mediaPath: "https://media.example.com/path-to-image.png"; width: number; height: number; }; altRepresentation: { mediaPath: "https://media.example.com/alt-path-to-image.png"; width: number; height: number; }; skinVariations: never[]; searchable: boolean; id: string; shortName: string; fallback: string; };