export declare const InteractionBudget: { readonly Realtime: "realtime"; readonly FiveMinutes: "5_minutes"; readonly TenMinutes: "10_minutes"; readonly OneHour: "1_hour"; }; export type InteractionBudget = (typeof InteractionBudget)[keyof typeof InteractionBudget];