declare function isMatch(obj: any, src: any): boolean;

export = isMatch;
