export declare function actionName(name?: string): (target: any) => void; export declare function findOrAddActionName(target: any, name?: string): string;