export interface IInitCommandValues { createCommandsFolder: boolean; commandsFolderLocation?: string; containedWithinTsProject?: boolean; customDistFolder?: string; } export declare const InitCommand: import("../..").ICommand;