import type { Logging } from 'homebridge'; import type { SecuritySystemOptions } from '../interfaces/options-interface.js'; /** Wraps the homebridge logger to also append messages to a rotating daily log file. */ export declare function attachFileLogger(log: Logging, options: SecuritySystemOptions): void;