interface RunOptions { block?: boolean; } declare const _default: (worker: string | string[], options?: RunOptions) => (target: any, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor; export default _default;