import { getDevices } from './operations/getDevices.methods';
import { getDevice } from './operations/getDevice.methods';
export declare const deviceOperations: {
    getDevices: typeof getDevices;
    getDevice: typeof getDevice;
};
