import * as yup from 'yup'; export type GetNetworkInfoRequest = undefined; export type GetNetworkInfoResponse = { networkId: number; }; export declare const GetNetworkInfoRequestSchema: yup.MixedSchema; export declare const GetNetworkInfoResponseSchema: yup.ObjectSchema; //# sourceMappingURL=getNetworkInfo.d.ts.map