export declare const IN_APP_NOTIFICATION_PATTERN: {
    createInAppNotification: string;
    fetchInAppNotification: string;
    updateInAppNotificationAsRead: string;
};
