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