declare const AnnouncementsStore: {
    create(): {
        store: any;
        actions: {};
    };
};
export default AnnouncementsStore;
