import { Request, Response } from "express";
export declare const openFileWithVscode: (req: Request, res: Response) => Response<any, Record<string, any>> | undefined;
