import { Context } from '../../../context';
export declare const serveFilePath: ({ filePath, context }: {
    filePath: string;
    context: Context;
}) => Promise<Response>;
