export declare class IDs { private _ids; constructor(); generateId(): string; next(): string; } export declare function getBpmnId(): string;