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