/** * Rewrite a root-relative URL to `file://` under the running program's * directory (see `rewriteRootRelativeUrl` for the contract). Reads the program * path from the `system` built-in — `programPath` on gjs, with * `programInvocationName` as the fallback (on the node bridge that is * `process.argv[1]`, the bundle itself — the right base). */ export declare function resolveRootRelativeUrl(url: string): string;