export declare const NAMESPACE = "workflow";
export declare function lang(key: string, options?: {}): string;
export declare function useTranslation(): import("react-i18next").UseTranslationResponse<readonly ["workflow", "core"], undefined>;
export declare const tval: (key: string, opts?: {}) => string;
