import { Client } from '../Client'; import * as fromRoot from '../+shared'; export declare class TempFileApi { private readonly client; requestMappingUrl: string; private fileTypes; constructor(client: Client); uploadFile(file: File): Promise>; getResourceFile(resourceUrl: string, name: string): Promise; } //# sourceMappingURL=TempFileApi.d.ts.map