import { Network } from "./network";
export declare class InvokerUtils {
    static getAddress(network: Network): string | null;
}
