import { GatewayCommand, GW_FRAME_NTF } from "./common.js";
export declare class GW_ACTIVATION_LOG_UPDATED_NTF extends GW_FRAME_NTF {
    readonly Command: GatewayCommand.GW_ACTIVATION_LOG_UPDATED_NTF;
}
