/** * Encapsulates the tags contained within the xmlns-header tags of a BPMN file. */ export declare class Xmlns { bpmn: string; bpmndi: string; di: string; dc: string; camunda: string; xsi: string; }