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