import { Router } from 'express';
import { StreamByConfig, StorageAdapter } from '../../types';
export declare function storageRouter(config: StreamByConfig & {
    adapter?: StorageAdapter;
}): Router;
