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