import { Build } from './build.mjs'; import { Dev } from './dev.mjs'; export declare const commands: { build: typeof Build; dev: typeof Dev; };