import { XmlEditorContext } from './code/xmlEditorContext.class';
/** @dynamic */
export declare class AngularXmlEditorService {
    private _document;
    private contexts;
    constructor(_document: Document);
    getNewEditorContextId(): string;
    getEditorContext(contextId: string): XmlEditorContext;
    disposeEditorContext(contextId: string): void;
}
