import { getAllNotifications } from "./notifications";
export declare const app: {
    getAllNotifications: typeof getAllNotifications;
};
