export declare const parsePostInfo: (post: string) => {
    year: string;
    size: string;
    description: string;
};
