import { BpmnElementOptions } from './index';
export declare function BpmnElement(options: BpmnElementOptions): DecoratorFunction;
export type DecoratorFunction = (target: Record<string, any>, propertyKey: string, descriptor: TypedPropertyDescriptor<any>) => TypedPropertyDescriptor<any>;