declare const setSize: <TContent>(value: Set<TContent>) => number;
export { setSize };
