interface Hashable {
    hash(): number
}

export function invokeObjectHash(object: Hashable)
