/**
 * Simplified Mock Device API
 * Always returns mock + real data combined with grouping and statistics
 */
import type { DeviceListResponse } from './types';
/**
 * Get combined mock + real device list with grouping and statistics
 * Always returns mock data + real data (if available) combined
 *
 * @returns Promise with combined device list response including groups and statistics
 */
export declare function getDeviceList(): Promise<DeviceListResponse>;
/**
 * Export default function for backwards compatibility
 */
export default getDeviceList;
//# sourceMappingURL=mockApi.d.ts.map