import EmoteHostFile from "./EmoteHostFile"; export default interface EmoteHost { url: string; files: EmoteHostFile[]; } //# sourceMappingURL=EmoteHost.d.ts.map