import { Command } from 'commander';
/**
 * @hidden
 */
export declare const getFiletype: (filetype?: string, filename?: string) => string;
declare const run: (program: Command) => void;
export default run;
