import { ErrorUnion, OkUnion } from '../outputs'; /** * Resets all network data usage statistics to zero. Can be called before authorization * @param {Object} state * @returns {OkUnion | ErrorUnion} */ export declare type ResetNetworkStatisticsMethod = (state?: Record) => Promise;