/**
 * 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
 */
declare const is_valid_operator: (networkOp: string) => boolean;
export default is_valid_operator;
