export default function getGlobals(url: string): {
    __filename: string;
    __dirname: string;
};
//# sourceMappingURL=getGlobals.d.ts.map