export declare class ENSOwnerNotValidAddressError extends Error {
    constructor(providedOwner: string);
}
