/**
 * Calculates expected gas limit based on parent gas limit and target gas limit
 */
export declare function getExpectedGasLimit(parentGasLimit: number, targetGasLimit: number): number;
//# sourceMappingURL=utils.d.ts.map