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