import { HTMLSanitizer } from './core/utils/html-sanitizer.js';
import { normalizePhoneNumber } from './core/utils/normalize-phone-number.js';
import { InvalidJsonObjectError, InvalidValueKeyListError, JsonObject, ValueKeyItem, ValueKeyList } from './core/utils/value-key-list.js';
import { normalizeString } from './core/utils/normalize-string.js';
declare const index_HTMLSanitizer: typeof HTMLSanitizer;
declare const index_InvalidJsonObjectError: typeof InvalidJsonObjectError;
declare const index_InvalidValueKeyListError: typeof InvalidValueKeyListError;
declare const index_JsonObject: typeof JsonObject;
declare const index_ValueKeyItem: typeof ValueKeyItem;
declare const index_ValueKeyList: typeof ValueKeyList;
declare const index_normalizePhoneNumber: typeof normalizePhoneNumber;
declare const index_normalizeString: typeof normalizeString;
declare namespace index {
export { index_HTMLSanitizer as HTMLSanitizer, index_InvalidJsonObjectError as InvalidJsonObjectError, index_InvalidValueKeyListError as InvalidValueKeyListError, index_JsonObject as JsonObject, index_ValueKeyItem as ValueKeyItem, index_ValueKeyList as ValueKeyList, index_normalizePhoneNumber as normalizePhoneNumber, index_normalizeString as normalizeString };
}
export { index as i };