export declare namespace SkaffoldCommands { function dev(yamlPath: string): string[]; function build(yamlPath: string): string[]; }