import { PanelConfig } from '../type'; /** * 云端获取云能力配置 * @param productId 产品id * @param timestamp 时间戳 * @param productPanelPowerTimestamp 时间戳 * @returns Promise */ export declare function getPanelConfig(productId: string, timestamp?: string, productPanelPowerTimestamp?: string): Promise;