import type { User } from '../types';
export declare function sanitizeUserForNotifier(_user: User): Record<string, unknown>;
