import { ElementDestination, ElementHandlerTable } from '../destination';
export declare class DataContainerRunDestination extends ElementDestination {
    protected get elementHandlerTable(): ElementHandlerTable;
}
