import * as st from "simple-runtypes";
export declare const RecordLikeRequest: st.Runtype<{
    id: string;
} & {
    isLiked: boolean;
}>;
