import type { DomoDataResponse } from "../../types/index.js"; export declare function parseDataResponse(data: DomoDataResponse): T[];