import { type HookFC } from '@byted-apaas/cli-core-sdk'; declare const clearTmpFile: HookFC<{ workspaceRoot: string; stepData: { useExternalCodebase?: boolean; output?: string; commitId?: string; tempWorkspaceRootForBuild?: string; artifactTargetPath?: string; showBuildResultTip?: boolean; }; }, { postAction?: () => Promise; }>; export default clearTmpFile;