import { type CredProbe } from "../commands/login.js";
export declare function credProbeToPreflightError(probe: CredProbe, context: string): {
    message: string;
    fatal: boolean;
} | null;
export declare function resolvePulumiEnv(opts: {
    appRoot: string;
    stack: string;
}): Promise<Record<string, string>>;
