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