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