/** * HTTP response parser for FlashQ client. */ import type { ApiResponse } from '../../types'; /** * Parse HTTP response based on command type. */ export declare function parseHttpResponse(cmd: string, json: ApiResponse): unknown; //# sourceMappingURL=response.d.ts.map