declare function valueProcessor(filename: any, options: any): (value: string, candidate: any) => string; export default valueProcessor;