/**
* Checks whether or not a network operator string is a valid mozambican one.
*
* @param networkOp the network operator to check
* @returns the network operator to check
*/declareconstis_valid_operator: (networkOp: string) =>boolean;
exportdefault is_valid_operator;