import { CommandModule } from 'yargs'; declare type Options = { file?: string; style?: string; }; declare const init: CommandModule; export default init;