declare class BiometricLogEntry {
    userId: string;
    timestamp: Date;
    type: string;
}
export declare class SyncLogsDto {
    deviceId: string;
    logs: BiometricLogEntry[];
}
export {};
