import { PlatformConfig } from 'homebridge';
declare const _default: {
    getOptions: (config: PlatformConfig, method: string, params: any) => {
        uri: string;
        method: string;
        json: {
            jsonrpc: string;
            id: number;
            method: string;
            params: any;
        };
    };
    kodiRequest: (config: PlatformConfig, method: string, params: any) => Promise<any>;
};
export = _default;
//# sourceMappingURL=connection.d.ts.map