export declare class AboutResponseDto {
    name: string;
    tagline: string | null;
    profileImage: string;
    bio: string[];
}
