import type { OpfsKey, UrlString } from './types.js'; export declare function urlToOpfsKey(url: UrlString): Promise;