import type { DevelopArgs } from '../../cli/develop.js'; import type { BuildArgs } from '../../cli/build/index.js'; import type { Store } from '../store.js'; import { cliCommandNames } from '../../constants/common.js'; export declare function beforeCommand(command: cliCommandNames, args: DevelopArgs | BuildArgs, store: Store): Promise; //# sourceMappingURL=lifecycle-hooks.d.ts.map