declare const asYouType: (inputSoFar: string, region: string) => string; export { asYouType };