interface IHashTableLinearProbingOptions {
    maxSize?: number;
}
export default IHashTableLinearProbingOptions;
