/**
 * Operations available in the configuration domain
 */
export declare const configurationOperations: {
    ap: {
        getApCli: typeof import("./ap/apCli.methods").getApCliConfig;
        replaceApCli: typeof import("./ap/apCli.methods").replaceApCliConfig;
        getApSettings: typeof import("./ap/apSettings.methods").getApSettings;
        replaceApSettings: typeof import("./ap/apSettings.methods").replaceApSettings;
        setApHostname: typeof import("./ap/apSpecialized.methods").setApHostname;
        setApSsids: typeof import("./ap/apSpecialized.methods").setApSsids;
    };
    devices: {
        getDeviceGroup: typeof import("./devices/group.methods").getDeviceGroup;
        moveDevicesToGroup: typeof import("./devices/group.methods").moveDevicesToGroup;
    };
};
