import { NotificationMessage } from './messages'; export declare namespace FeedbackTypes { /** * The name and type of message that the Feedback subset can publish. */ type publishMessagesList = { notification_on: NotificationMessage; notification_off: NotificationMessage; }; }