import parsePhoneNumber from './phoneNumberParser';

export * from './types';

export { parsePhoneNumber };
