import { DeEncapsulationGlobalState } from './handleDeEncapsulation.types';
import { FeatureHandler } from './types';
export declare const handleDeEncapsulation: FeatureHandler<DeEncapsulationGlobalState>;
