import { DIDUrl } from "../../domain"; export declare function parse(didString: string): DIDUrl;