import type { InternalResource, InternalUrl, ProtocolHandler } from "./types"; export declare class ArtifactProtocolHandler implements ProtocolHandler { readonly scheme = "artifact"; readonly immutable = true; resolve(url: InternalUrl): Promise; }