import { ErrorUnion, OkUnion } from '../outputs'; /** * Resets all notification settings to their default values. By default, all chats are * unmuted, the sound is set to "default" and message previews are shown * @param {Object} state * @returns {OkUnion | ErrorUnion} */ export declare type ResetAllNotificationSettingsMethod = (state?: Record) => Promise;