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