import { ArgType, NativeFunction } from "../../structures/@internal/NativeFunction";
declare const _default: NativeFunction<[{
    name: string;
    description: string;
    rest: false;
    required: true;
    type: ArgType.String;
}], true>;
export default _default;
//# sourceMappingURL=httpSetBody.d.ts.map