/**
* Estimate size of a number encoded as varint.
* @param v value to calculate size for
* @returns size in bytes of the varint encoding of the value
*/
export declarefunctionestimateVarintSize(v: number): number;
//# sourceMappingURL=utils.d.ts.map