/** * the persistent message class. */ export declare class PersistentMessage { message: string; type: string; }