import { ElementDestination, ElementHandler } from '../destination';
export declare class RevisionDestinationBase extends ElementDestination {
    protected get elementHandlerTable(): Record<string, ElementHandler>;
}
