/** * @constant {RegExp} * Regex pattern derived from https://github.com/what3words/w3w-python-wrapper/blob/master/what3words/what3words.py#L284 */ export declare const W3W_REGEX: RegExp; /** * @constant {RegExp} * Regex pattern derived from https://github.com/what3words/w3w-python-wrapper/blob/master/what3words/what3words.py#L298 */ export declare const W3W_POSSIBLE_REGEX: RegExp; export declare const VERSION = "5.4.0"; export declare const HEADERS: { 'X-W3W-Wrapper': string; };