2026-03-31 20:40:16 +08:00
|
|
|
// Auto-generated stub — replace with real implementation
|
|
|
|
|
export {};
|
2026-04-01 01:00:10 +08:00
|
|
|
export const isProactiveActive: () => boolean = () => false;
|
|
|
|
|
export const activateProactive: (source?: string) => void = () => {};
|
|
|
|
|
export const isProactivePaused: () => boolean = () => false;
|
|
|
|
|
export const deactivateProactive: () => void = () => {};
|