import { Request, Response } from 'express';
export declare function sendFiles(this: Response, req: Request, path: string, options: any): Promise<boolean>;
