import EventEmitter from 'eventemitter3'; import { Correlation, EventEmitter as FSEvents } from './api'; import { File, ShallowDirectory } from './model'; export declare function getPathNodes(path: string): Array; export declare function normalizePathNodes(path: Array): string; export declare function splitPathToDirAndFile(targetPath: string): { parentPath: string; name: string; }; export declare function checkExistsInDir(expectedType: 'file' | 'dir', dirContent: Array, name: string): boolean; export declare type InternalEventsEmitter = FSEvents & EventEmitter; export declare function makeEventsEmitter(): InternalEventsEmitter; export declare function makeCorrelationId(): Correlation; export declare function endsWith(str: string, maybeSuffix: string): boolean; //# sourceMappingURL=utils.d.ts.map