export declare const currentSubpage: (state: any) => any;
export declare const currentPage: (state: any) => any;
export declare const currentIntervention: (state: any) => any;
export declare const currentInterventionPermissions: (state: any) => any;
export declare const currentInterventionPlannedBudget: (state: any) => any;
export declare const isUnicefUSer: (state: any) => any;
