///
import { ServerSideConf } from '../../core';
import { Readable, Writable } from 'stream';
import { Cloneable } from 'cloneable-readable';
export declare const tempFileSuffix: string;
export declare function directWrite(conf: ServerSideConf, dir: string, fileName: string): Promise;
export declare function fetchCached(conf: ServerSideConf, fileName: string): Cloneable;