import { NetworkType } from "./NetworkType";
export declare type AddressJson = {
    network: NetworkType;
    address: string;
};
