export declare const NAMESPACE = "@tachybase/plugin-workflow-approval";
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;
