File size: 196 Bytes
57156b3
 
 
 
 
 
1
2
3
4
5
6
7
import { Filter, Options } from './types';
export declare type Config = {
    context: Filter;
    options: Options;
};
export declare function createConfig(context: any, opts?: Options): Config;