declare module "refiner-js" { export default function Refiner(key: string, value: string|object|number|Boolean|Array): void; }