import { AmplifyClassV6 } from '@aws-amplify/core'; /** * @internal */ export declare const resolveLibraryOptions: (amplify: AmplifyClassV6) => { headers: ((options?: { query?: string; variables?: Record; }) => Promise>) | undefined; withCredentials: boolean | undefined; };