export declare class SlickSleepService {
    static sleep(timeout?: number): Promise<void>;
}
