export declare class UnregisteredResolverError extends Error {
    constructor(domain: string, resolver: string);
}
