export interface Adapter { name: string; description: string; } export declare function listAdapters(): Promise;