/** * take number and check it if from MTN Irancell Operator or not * @param number * @returns boolean */ export declare const isMTN: (number: string) => boolean;