import type { ParameterOrPrimitiveInflator } from './types';
export declare function inflateParameter<Context>(name: string): ParameterOrPrimitiveInflator<Context>;
