declare const waitForLoad: (check: () => boolean, callback: () => void) => void; export default waitForLoad;