export declare const EntryBehavior: { readonly GenerateImmediately: "generate_immediately"; readonly WaitForUser: "wait_for_user"; readonly Auto: "auto"; }; export type EntryBehavior = (typeof EntryBehavior)[keyof typeof EntryBehavior];