import type { AdapterModel } from "@paperclipai/adapter-utils"; /** * Fetch the live OpenRouter model catalog. Uses the public `/models` * endpoint, which does not require authentication. Free models include * the `:free` suffix in their id. */ export declare function listModels(): Promise; //# sourceMappingURL=list-models.d.ts.map