import type { AuthStrategy } from "./types.js"; export interface ApiKeyLoginOptions { apiKey?: string; } export declare const apiKeyAuthStrategy: AuthStrategy;