import { GlobalState } from '@/types/globalState.d'; /** * Pronto para IA / resumo agregado no fluxo financeiro. * Exige histórico analítico, módulos base carregados e LIMINAR.CENPROT concluído. */ export declare const isGlobalReady: (g: GlobalState) => boolean | undefined; export declare const areModulesLoaded: (g: GlobalState) => boolean | undefined; export declare const isDocumentHistoryReady: (g: GlobalState) => boolean;