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