/**
 * 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 declare function estimateVarintSize(v: number): number;
//# sourceMappingURL=utils.d.ts.map