declare const command: { readonly configs: { readonly skipBuild: { readonly description: "Skips building the application"; readonly cli: { readonly type: BooleanConstructor; }; readonly scope: "none"; }; readonly skipDeploy: { readonly description: "Skips deployment to Heroku"; readonly cli: { readonly type: BooleanConstructor; }; readonly scope: "none"; }; }; }; export default command;