/** Creates a function that gets the module name from a filename */
export declare function createGetModuleFromFilename(basePath?: string, isWindows?: boolean): (filename: string | undefined) => string | undefined;
//# sourceMappingURL=module.d.ts.map