import { type DeviceWithSecrets, type Device } from 'device/types.js'; export declare const redactDevice: (device: DeviceWithSecrets) => Device; //# sourceMappingURL=redact.d.ts.map