/**
 * Read-only `URL`.
 *
 * @category File System
 */
export type ReadOnlyURL = Readonly<URL>;
