export declare const getTestSiteServiceEmojis: () => { emojis: { id: string; shortName: string; name: string; fallback: string; type: string; category: string; order: number; representation: { imagePath: "https://media.example.com/path-to-image.png"; width: number; height: number; }; altRepresentations: { XHDPI: { imagePath: "https://media.example.com/alt-path-to-image.png"; width: number; height: number; }; }; searchable: boolean; }[]; meta: { mediaApiToken: { url: string; clientId: string; jwt: string; collectionName: string; expiresAt: number; }; }; };