export declare const getTestSiteEmojiFoo: () => { id: string; name: string; fallback: string; type: string; category: string; order: number; searchable: boolean; shortName: string; creatorUserId: string; representation: { height: number; width: number; imagePath: string; }; skinVariations: never[]; };