export declare type CheckIfSetsMatchFunctionParams = { setList: Array>; }; export declare type CheckIfSetsMatchFunction = (params: CheckIfSetsMatchFunctionParams) => boolean;