import { ActionHandler } from '../interfaces/action-handler.interface';
import { ActionConfig } from '../models/action-config.model';
import { ScreenLoaderService } from '../../../core/services/screen-loader.service';
import * as i0 from "@angular/core";
export declare class LoadScreenHandler implements ActionHandler {
    private screenLoader;
    constructor(screenLoader: ScreenLoaderService);
    canHandle(type: ActionConfig['actionType']): boolean;
    handle(config: ActionConfig): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<LoadScreenHandler, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<LoadScreenHandler>;
}
