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