export declare function getFilenameWithoutAnyExtensions(filePath: string): string; /** * Both paths have to be file paths, not directories! * @param from * @param to */ export declare function getRelativeModulePath(from: string, to: string): string;