export declare const NAMESPACE = "workflow";
export declare function usePluginTranslation(): any;
export declare function useTranslation(): {
    t: (key: string, options?: {}) => string;
};
export declare function lang(key: string, options?: {}): string;
export declare const tval: (key: string) => string;
