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

declare const filterSensitiveOption: CommandOption;

export { filterSensitiveOption };
