import { Request, Response } from 'express';
import { FlowsPersistenceFactory } from '../persistence/FlowsPersistenceFactory';
export declare class FlowsFilesApi {
    private readonly flowsPersistenceFactory;
    constructor(flowsPersistenceFactory: FlowsPersistenceFactory);
    getFlowImage(req: Request, res: Response): Promise<void>;
    getFlowVideo(req: Request, res: Response): Promise<void>;
}
//# sourceMappingURL=FlowsFilesApi.d.ts.map