import FileClient from './fileClient';
export declare const update: (this: FileClient, resource: string, content: string, contentType?: string) => Promise<Response>;
//# sourceMappingURL=update.d.ts.map