declare const launchJSON: () => {
    version: string;
    configurations: {
        type: string;
        request: string;
        name: string;
        program: string;
        preLaunchTask: string;
    }[];
};
export default launchJSON;
