import * as st from "simple-runtypes";
export declare const HasPostIdTypemap: {
    postId: st.Runtype<string>;
};
