export declare const action: <A extends any[]>(func: (c: any) => (...args: A) => void, name?: string) => (...args: A) => void;
//# sourceMappingURL=action.d.ts.map