export declare class GetPostsQueryDto {
    page: string;
    limit: string;
    category_id?: string;
    keyword?: string;
}
