import { AdapterEntry, AdapterRecord, Reference } from '@frontmcp/sdk'; import ProviderRegistry from '../provider/provider.registry'; export declare class AdapterInstance extends AdapterEntry { readonly deps: Set; readonly globalProviders: ProviderRegistry; private tools; private resources; private prompts; constructor(record: AdapterRecord, deps: Set, globalProviders: ProviderRegistry); protected initialize(): Promise; }