declare const parseMultibase: (multibase: string) => Promise; declare const getDomain: (domain: Readonly) => string | undefined; export { getDomain, parseMultibase };