export declare const asyncUtil: { sleep(ms: number, tick?: boolean): Promise; };