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