import { type Identity, type HookFC, type HookDisableFC } from '@byted-apaas/cli-core-sdk'; import { type TaskLog } from '@byted-apaas/cli-sdk-biz-helpers'; export declare const disable: HookDisableFC<{ stepData: { useCustomSCM?: boolean; }; }>; declare const checkLastDeployStatus: HookFC<{ identity: Identity; namespace: string; workspaceRoot: string; stepData: { taskListLog?: TaskLog; useCustomSCM?: boolean; }; }>; export default checkLastDeployStatus;