import { Plugin } from '@tachybase/client';
export declare class PluginWorkflowNoticeClient extends Plugin {
    afterAdd(): Promise<void>;
}
export default PluginWorkflowNoticeClient;
