interface IHashTableSeparateChainingOptions {
    maxSize: number;
}
export default IHashTableSeparateChainingOptions;
