import { FetcheasyParam } from '../fetcheasy'; export declare const SingleBodyTypes: FetcheasyParam[]; export declare function HeaderParam(name: string): ParameterDecorator; export declare function PathParam(name: string): ParameterDecorator; export declare function QueryParam(name: string): ParameterDecorator; export declare function Json(): ParameterDecorator; export declare function Form(): ParameterDecorator; export declare function describeArgument(type: FetcheasyParam, name?: string): ParameterDecorator;