/** * Internal utility function to validate if a path is absolute or not. * * To avoid bugs, we should enforce that all paths are absolute. * * @throws if the path is not absolute. * * @example * assertIsAbsolutePath("/absolute/path") */ export declare function assertIsAbsolutePath(path: string): void; //# sourceMappingURL=assertIsAbsolutePath.d.ts.map