import { LocationParam } from './LocationParam'; import { OpenAPIV2 } from '@har-sdk/core'; export declare class Oas2ValueSerializer { private readonly flattener; serialize({ param, value, jsonPointer }: LocationParam): unknown; toFlattenObject(obj: Record, options?: Record): Record; private getDelimiter; }