import { IFile } from './IFile'; export declare function CreateFile(key: string, url: string, skipCache?: boolean): IFile; //# sourceMappingURL=CreateFile.d.ts.map