import type { OpencodeClient } from "./types";
export declare function getAvailableModelsForDelegateTask(client: OpencodeClient): Promise<Set<string>>;
