import * as Utils from "@zapjs/eos-utils";
export declare type RegistryOptions = {
    account: Utils.Account;
    node: Utils.Node;
};
