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