/**
 * Factory function that returns a proxy constructor which selects between the
 * HAP and Matter platform implementations based on the plugin config and
 * whether the Homebridge Matter API is available.
 *
 * @param HAPPlatform  - The standard HAP platform class.
 * @param MatterPlatform - The Matter platform class.
 * @returns A constructor that instantiates the correct platform.
 */
export declare function createPlatformProxy(HAPPlatform: any, MatterPlatform: any): any;
//# sourceMappingURL=utils.d.ts.map