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