import { PushCampaignBE } from "../../../type"; export declare const PUSH_CAMPAIGN_DRAWER: { readonly FILTER_DRAWER: string; readonly FORM_DRAWER: string; readonly VIEW_DRAWER: string; }; export declare const PUSH_CAMPAIGN_ACTION_TYPES: { readonly RESET_FORM: "RESET_FORM"; readonly SET_CURRENT_PAGE: "SET_CURRENT_PAGE"; readonly SET_PAGE_LIMIT: "SET_PAGE_LIMIT"; readonly SET_SEARCH_QUERY: "SET_SEARCH_QUERY"; readonly SET_DRAWER: "SET_DRAWER"; readonly SET_ITEMS: "SET_ITEMS"; readonly SET_FORM_DATA: "SET_FORM_DATA"; readonly SET_DISABLE_SAVE_BUTTON: "SET_DISABLE_SAVE_BUTTON"; readonly SET_INPUT_FIELD: "SET_INPUT_FIELD"; readonly SET_ERRORS: "SET_ERRORS"; readonly SET_FILTERS: "SET_FILTERS"; }, pushCampaignModuleConfig: import("@react-pakistan/util-functions/factory/generic-module-factory").ModuleConfig<{ items: PushCampaignBE[]; count: number; currentPage: number; pageLimit: number; searchQuery: string; disableSaveButton: boolean; drawer: string | null; errors: Record; id: string; name: string; title: string; body: string; schoolId: string; scheduledAt: string; status: string; enabled: boolean; allStudents: boolean; successCount: number; failedCount: number; totalCount: number; workerJobId: string | null; audience: Array<{ classId: string | null; sectionId: string | null; }>; filterEnabled: boolean | undefined; filterStatus: string | undefined; filterStartDate: string; filterEndDate: string; aiCheckPassed: boolean; aiCheckLoading: boolean; aiCheckScore: number | null; aiSuggestions: string; }>, initialPushCampaignState: { items: PushCampaignBE[]; count: number; currentPage: number; pageLimit: number; searchQuery: string; disableSaveButton: boolean; drawer: string | null; errors: Record; id: string; name: string; title: string; body: string; schoolId: string; scheduledAt: string; status: string; enabled: boolean; allStudents: boolean; successCount: number; failedCount: number; totalCount: number; workerJobId: string | null; audience: Array<{ classId: string | null; sectionId: string | null; }>; filterEnabled: boolean | undefined; filterStatus: string | undefined; filterStartDate: string; filterEndDate: string; aiCheckPassed: boolean; aiCheckLoading: boolean; aiCheckScore: number | null; aiSuggestions: string; }, PushCampaignProvider: import("react").FC<{ children: React.ReactNode; }>, pushCampaignReducer: (state: { items: PushCampaignBE[]; count: number; currentPage: number; pageLimit: number; searchQuery: string; disableSaveButton: boolean; drawer: string | null; errors: Record; id: string; name: string; title: string; body: string; schoolId: string; scheduledAt: string; status: string; enabled: boolean; allStudents: boolean; successCount: number; failedCount: number; totalCount: number; workerJobId: string | null; audience: Array<{ classId: string | null; sectionId: string | null; }>; filterEnabled: boolean | undefined; filterStatus: string | undefined; filterStartDate: string; filterEndDate: string; aiCheckPassed: boolean; aiCheckLoading: boolean; aiCheckScore: number | null; aiSuggestions: string; }, action: any) => { items: PushCampaignBE[]; count: number; currentPage: number; pageLimit: number; searchQuery: string; disableSaveButton: boolean; drawer: string | null; errors: Record; id: string; name: string; title: string; body: string; schoolId: string; scheduledAt: string; status: string; enabled: boolean; allStudents: boolean; successCount: number; failedCount: number; totalCount: number; workerJobId: string | null; audience: Array<{ classId: string | null; sectionId: string | null; }>; filterEnabled: boolean | undefined; filterStatus: string | undefined; filterStartDate: string; filterEndDate: string; aiCheckPassed: boolean; aiCheckLoading: boolean; aiCheckScore: number | null; aiSuggestions: string; }, usePushCampaignContext: () => import("@react-pakistan/util-functions/factory/generic-module-factory").GenericModuleContextWithHandlers<{ items: PushCampaignBE[]; count: number; currentPage: number; pageLimit: number; searchQuery: string; disableSaveButton: boolean; drawer: string | null; errors: Record; id: string; name: string; title: string; body: string; schoolId: string; scheduledAt: string; status: string; enabled: boolean; allStudents: boolean; successCount: number; failedCount: number; totalCount: number; workerJobId: string | null; audience: Array<{ classId: string | null; sectionId: string | null; }>; filterEnabled: boolean | undefined; filterStatus: string | undefined; filterStartDate: string; filterEndDate: string; aiCheckPassed: boolean; aiCheckLoading: boolean; aiCheckScore: number | null; aiSuggestions: string; }>;