/** * Extract directory from path (should also work with windows paths) * * @param path the path to extract the directory from * @returns the directory path */ export declare function getDirFromFilePath(path: string): string;