declare const developCommand: (configurationFile: string) => Promise<void>;
export default developCommand;
