export declare const InteractionBudget: { readonly Realtime: "realtime"; readonly Async: "async"; }; export type InteractionBudget = (typeof InteractionBudget)[keyof typeof InteractionBudget];