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