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