export declare enum NmeaSourceEnum {
    OTHER = "00",
    GLL = "01",
    GGA = "10",
    RMC = "11"
}
