import { ArgumentsCamelCase } from 'yargs'; declare const validateBuild: (argv: ArgumentsCamelCase) => Promise; export default validateBuild;