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