declare function makePhoneCall(phoneNumber: number | string): void;

export { makePhoneCall };
