import type { AdapterEnvironmentTestContext, AdapterEnvironmentTestResult } from "@paperclipai/adapter-utils"; /** * Validates that the adapter can reach OpenRouter with the configured key. * Hits `GET /key` (lightweight, returns the key's metadata) instead of * burning a chat completion. */ export declare function testEnvironment(ctx: AdapterEnvironmentTestContext): Promise; //# sourceMappingURL=test-environment.d.ts.map