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