import { CommonPublicClientOptions, ServerClientGenerationParams, V6ClientSSRCookies, V6ClientSSRRequest } from '../../types'; /** * @private * * Used internally by `adapter-nextjs` package. * * Creates a client that can be used to make GraphQL requests, using a provided `AmplifyClassV6` * compatible context object for config and auth fetching. * * @param params * @returns */ export declare function generateClientWithAmplifyInstance = never, ClientType extends V6ClientSSRRequest | V6ClientSSRCookies = V6ClientSSRCookies>(params: ServerClientGenerationParams & CommonPublicClientOptions): ClientType;