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