export declare type PostType = "🖋" | "✏" | "💭" | "🗣"; export declare const typeMap: { blog: PostType; microblog: PostType; social: PostType; comment: PostType; };