export interface NetworkProfileQuerystring { stationId: string; tenantId: number; } export declare const NetworkProfileQuerySchema: object; export interface NetworkProfileDeleteQuerystring { stationId: string; configurationSlot: number[]; tenantId: number; } export declare const NetworkProfileDeleteQuerySchema: object;