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