import { NotifyConfig } from '../interfaces/notifyConfig';
import { API, Logger } from 'homebridge';
export declare class MessageGateway {
    readonly log: Logger;
    private pushGateway?;
    private telegramGateway?;
    private ntfyGateway?;
    constructor(log: Logger, config: NotifyConfig, api: API);
    send(message: string): Promise<void>;
}
//# sourceMappingURL=messageGateway.d.ts.map