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

declare const saveFilterConfigOption: CommandOption;

export { saveFilterConfigOption };
