export declare function runFreshChain(): Promise<() => Promise<void>>;
export declare function sendGasToAddress(address: string): Promise<void>;
