/** * Will match subset inside object and if no match happen * throws a error with debugging message, useful for tests */ export declare function subsetMatch(obj: T, subset: Partial): boolean;