export declare const ZeebeClient: (connectionName?: string) => (target: object, key: string | symbol, index?: number) => void; export declare const ZeebeWorker: (type: string, options?: any) => MethodDecorator; export declare const ZeebeDeploy: (path: any, processes: string[]) => MethodDecorator;