export declare const sleep: (ms: number) => Promise; declare global { namespace jest { interface Matchers { toBePending(): Promise; } } }