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