import { type UserWithSecrets } from './types.js'; import { type User } from 'user/index.js'; export declare const redactUser: (user: User | UserWithSecrets) => User; //# sourceMappingURL=redact.d.ts.map