import { Feature } from '../../domain/entities/Feature.js'; import { FeatureDto } from '../dtos/FeatureDto.js'; export declare class FeatureMapper { static toDto(feature: Feature): FeatureDto; static toDomain(raw: any): Feature; static toPersistence(feature: Feature): any; } //# sourceMappingURL=FeatureMapper.d.ts.map