import { buildCommand, cleanCommand, watchCommand } from './commands'; export declare function runCommand(): Promise; export declare type Config = Partial[0] & Parameters[0] & Parameters[0]>;