/** * Get the phonetics according to the Double Metaphone algorithm from a value. * * @param {string} value * @returns {[string, string]} */ export declare function doubleMetaphone(value: any): string[];