export declare const BlogStatusEnum: readonly ["draft", "published"];
export type BlogStatusType = (typeof BlogStatusEnum)[number];
