import type { RemoteClawConfig } from "../config/config.js"; import type { AuthProfileStore } from "./types.js"; export declare function resolveAuthProfileOrder(params: { cfg?: RemoteClawConfig; store: AuthProfileStore; provider: string; preferredProfile?: string; }): string[];