import { Status } from "lavva.exalushome/build/js/DataFrame";
import { IDevice } from "lavva.exalushome/build/js/Services/Devices/IDevice";
import { IPortos433ConfigService } from "./IPortos433ConfigService";
export declare class Portos433ConfigService implements IPortos433ConfigService {
    static readonly ServiceName: string;
    private _connection;
    private _logger;
    constructor();
    GetServiceName(): string;
    SendP2PairingSignalAsync(device: IDevice, channel: number): Promise<Status>;
}
