import type { AdapterAnnotation } from '../../../intermediate/adapter-annotation'; import type { Resource } from '../../../intermediate/resource'; import type { ImportContext } from '../../../utils/imports'; export declare function generatePatchPostBrowserAdapter(context: ImportContext, adapterAnnotation: AdapterAnnotation, resource: Resource): string;