export { assertPathIsFilesystemAbsolute };
/** Assert path is absolute from the filesystem root */
declare function assertPathIsFilesystemAbsolute(p: string): void;
