export declare const encode: (buffer: any, processId: any, requestingSource: any, operation: any, targetObjectId: any) => void;
interface value {
    processId?: number;
    requestingSource?: string;
    operation?: number;
    targetObjectId?: {
        type: number;
        instance: number;
    };
    len?: number;
}
export declare const decode: (buffer: any, offset: any, apduLen: any) => value;
export {};
//# sourceMappingURL=life-safety-operation.d.ts.map