import type { ParameterObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document'; /** Helper that de-serializes the example value based on the parameter type */ export declare const deSerializeParameter: (example: unknown, param: ParameterObject) => any; //# sourceMappingURL=de-serialize-parameter.d.ts.map