import { getDeviceGroup, moveDevicesToGroup } from './group.methods';
/**
 * All operations available for the devices resource in configuration domain
 */
export declare const devicesOperations: {
    getDeviceGroup: typeof getDeviceGroup;
    moveDevicesToGroup: typeof moveDevicesToGroup;
};
