export declare class DirtyCheckingService {
    constructor();
    detectChanges(global?: boolean | string): void;
    detectChangesAfter(duration: number, global?: boolean | string): void;
}
