import { type WindowVariables } from "./watchGlobalProperty"; declare const waitVariable: (variable: T, _modulePath?: string) => Promise<(typeof window)[T]>; export default waitVariable;