export declare class CreatePostDto {
    title: string;
    description: string;
    user_id: string;
}
