import { SharedComponent } from "../shared-component"; /** * Decorator for creating an Action inside a class producer. */ export declare const Action: () => >(target: T, propertyKey: string, descriptor: TypedPropertyDescriptor<(this: T, ...args: unknown[]) => S>) => TypedPropertyDescriptor<(this: T, ...args: unknown[]) => S>;