export declare class DefaultTimeout {
    static readonly FAST_WAIT: number;
    static readonly SLOW_WAIT: number;
}
