/** * Convert any data into a hash * * @export * @param {*} ...args * @returns {number} */ export declare function hash(...args: any[]): number;