import { PushedConfig } from '../interfaces/notifyConfig';
import { Logger } from 'homebridge';
export declare class PushGateway {
    private readonly log;
    private readonly config;
    constructor(log: Logger, config: PushedConfig);
    send(message: string): void;
}
//# sourceMappingURL=pushGateway.d.ts.map