export declare const encode: (buffer: any, subscriberProcessId: any, initiatingDeviceId: any, monitoredObjectId: any, timeRemaining: any, values: any) => void;
export declare const decode: (buffer: any, offset: any, apduLen: any) => {
    len: number;
    subscriberProcessId: any;
    initiatingDeviceId: {
        type: any;
        instance: any;
    };
    monitoredObjectId: {
        type: any;
        instance: any;
    };
    timeRemaining: any;
    values: any[];
};
//# sourceMappingURL=cov-notify.d.ts.map