declare function parsePhoneNumber(phoneNumber: string, delimiter?: string): string;

export = parsePhoneNumber;
