import { CommandOption } from '../types.cjs';

declare const fileOption: CommandOption;

export { fileOption };
