import { NumberingPlan } from "./types";
/**
 * Tanzanian National Numbering Plan
 * Based on TCRA (Tanzania Communications Regulatory Authority) standards
 * Comprehensive implementation covering all aspects of the numbering plan
 */
export declare const TANZANIAN_NUMBERING_PLAN: NumberingPlan;
//# sourceMappingURL=numberingPlan.d.ts.map