export declare const serverMessages: (wallet: any, appName: any, appVersion: any) => {
    title: string;
    body: string;
    link: string;
    id: string;
    dismissible: boolean;
    category: string;
    app: string;
};
//# sourceMappingURL=deprecated-serverMessages.d.ts.map