export default function createChanger(command: any, plugins?: any[]): (value: any, ...args: any[]) => { value: any; operations: any; };