export interface ConnectionDeleteQuerystring { stationId: string; tenantId: number; } export declare const ConnectionDeleteQuerySchema: object;