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

declare const filesOption: CommandOption;

export { filesOption };
