export declare class CreatePostDto { title: string; content: string; location: string; categories: string[]; }