interface TestPhone { isCMobilePhone: Function; isCFixedPhone: Function; } export default TestPhone;