export declare class GasWatcherLogger { private channels; logPrice(gasPrice: bigint, block?: number): void; logTx(id: string, message: string): void; }