declare function customJointJSBPMN(): void; declare const BPMNCustomFunction: { customJointJSBPMN: typeof customJointJSBPMN; }; export default BPMNCustomFunction;