export default class digipeater {
    callsign?: string;
    wasDigipeated?: boolean;
    constructor(callsign?: string, wasDigipeated?: boolean);
}
