/** * Toggles drive letter in the given path based on the os native drive letter representation (for windows only). * * @param path Path to adapt. * @returns Adapted path. */ export declare function adaptFilePath(path: string): string; //# sourceMappingURL=utils.d.ts.map