interface GetVersionArgs { network: string; } export declare function getVersion(data: GetVersionArgs): Promise; export {}; //# sourceMappingURL=getVersion.d.ts.map