import type { API } from 'homebridge';
/**
 * Registers the SwitchBot platform with Homebridge.
 *
 * @param api The Homebridge API instance.
 * @property {string} PLATFORM_NAME - The Homebridge platform name.
 * @property {string} PLUGIN_NAME - The Homebridge plugin name.
 * @property {typeof SwitchBotHAPPlatform} SwitchBotHAPPlatform - The HAP platform class.
 * @property {typeof SwitchBotMatterPlatform} SwitchBotMatterPlatform - The Matter platform class.
 * @property {Function} createPlatformProxy - Factory for the platform proxy constructor.
 */
declare const _default: (api: API) => void;
export default _default;
//# sourceMappingURL=index.d.ts.map