export declare class ActionNameFactory { static getActionName(type: string, namespace?: string): string; }