declare global { interface JQueryStatic { /** * Sleeps for the specified timeout period * * @param ms */ sleep(ms: number): Promise; } } export {};