// Auto-generated stub — replace with real implementation export {}; export const isProactiveActive: () => boolean = () => false; export const activateProactive: (source?: string) => void = () => {}; export const isProactivePaused: () => boolean = () => false; export const deactivateProactive: () => void = () => {};