import { getApCliConfig, replaceApCliConfig } from './apCli.methods';
import { getApSettings, replaceApSettings } from './apSettings.methods';
import { setApHostname, setApSsids } from './apSpecialized.methods';
/**
 * All operations available for the ap resource in configuration domain
 */
export declare const apOperations: {
    getApCli: typeof getApCliConfig;
    replaceApCli: typeof replaceApCliConfig;
    getApSettings: typeof getApSettings;
    replaceApSettings: typeof replaceApSettings;
    setApHostname: typeof setApHostname;
    setApSsids: typeof setApSsids;
};
