import { AboutProfile } from '../entities/about-profile.entity';
import { AboutResponseDto } from '../dto/about-response.dto';
export declare function toAboutResponseDto(profile: AboutProfile): AboutResponseDto;
