import { Command } from "commander"; export declare const renderTableSchemaCommand: Command<[string], { debug?: true | undefined; json?: true | undefined; silent?: true | undefined; toFormat: "html" | "markdown"; toPath?: string | undefined; }, {}>;