import type { Run402 } from "../index.js"; /** Remote failures are unavailable evidence, never proof of missing setup. */ export declare function readRemoteStatus(sdk: Pick, wallet: string): Promise<{ tier: import("./index.js").TierStatusResult | null; billing: import("./index.js").OrganizationDetail | null; remote: import("./index.js").ListProjectsResult | null; availability: { [k: string]: { state: string; }; }; next_actions: { type: string; why: string; }[]; }>; //# sourceMappingURL=remote-status.d.ts.map