/**
 * Retrun length of string s
 * @param {string} s
 * @return number
 */
export declare const length: (s: string) => number;
