import { INmeaSentence } from "../interfaces";
export declare type RawNmeaSentence = INmeaSentence | string;
