export declare class PostEntity {
    ID: number;
    postTitle: string;
    postName: string;
    guid: string;
    postMimeType: string;
    postType: string;
    postDate: string;
    postContent: string;
}
