///
import { Express } from 'express';
import { Store } from '../store';
export declare function createFileUploadController(app: Express, store: Store, baseUrl: string): void;
export declare function streamToBufferAsync(readableStream: NodeJS.ReadableStream): Promise;