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