/** * Ensure that the path is a local path. * @param path * @param fallbackPath */ export declare function ensureLocalPath(path: URL | string, fallbackPath?: URL | string): URL;