import type { NestFastifyApplication } from '@nestjs/platform-fastify';
import './self-check';
import './globalDefaults';
export { HomebridgeIpcService } from './core/homebridge-ipc/homebridge-ipc.service';
export declare const app: Promise<NestFastifyApplication<import("fastify").RawServerDefault>>;
