import { Hertz, MHertz } from "../models/unitConverters"; export declare function hertzToMHertz(hertz: Hertz): MHertz;