import { PhoneTable } from '../types';
declare const phoneTable: PhoneTable;
export default phoneTable;
