import { RequestHeaders } from '@perses-dev/core'; import { VariableStateMap } from './variable-interpolation'; export type QueryParamValues = Record; export declare function interpolateHeaders(headers: Record, variableState: VariableStateMap): RequestHeaders; export declare function interpolateQueryParams(queryParams: QueryParamValues, variableState: VariableStateMap): QueryParamValues; //# sourceMappingURL=request-interpolation.d.ts.map