export declare function usageLimitBox(opts: { resetsAt?: Date; reason: 'usage-limit' | 'credit-exhausted'; accountId?: string; hotSwapped?: boolean; autoResume?: boolean; }): string;