import { CommandModule } from "yargs"; import { CommonProps } from "./core/common"; interface Props extends CommonProps { indent: number; skipInvalid: boolean; declarationOnly: boolean; package: string; } export declare const java: CommandModule<{}, Props>; export {};