import * as st from "simple-runtypes";
export declare const GetOpenedInboxAtResponse: st.Runtype<{
    openedInboxAt: Date;
}>;
