declare const waitForChange: (testFunc: (value: any) => boolean, getValueFunc: () => Promise, initialValue?: any) => Promise; export default waitForChange;