import { FetchClientHooks } from '@openapi-generator-plus/typescript-fetch-client-generator';
/**
 * Hook overrides for fetch-node-client: replace fetch-client's
 * browser-oriented imports/dependencies/response-body handling with the
 * Node-flavoured equivalents.
 */
export declare const hooks: FetchClientHooks;
