export declare function saveGasConsumption({ projectRoot, gasConsumption, }: {
    projectRoot?: string;
    gasConsumption: bigint;
}): void;
