import type { SKYKOIConfig } from "../../config/config.js"; import type { AuthProfileStore } from "./types.js"; export declare function resolveApiKeyForProfile(params: { cfg?: SKYKOIConfig; store: AuthProfileStore; profileId: string; koiDir?: string; }): Promise<{ apiKey: string; provider: string; email?: string; } | null>;