import { ICounter } from './conter'; export declare function waitForCounter(counter: ICounter, isTrue: (counter: ICounter) => boolean): Promise;