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