export declare function isAmityImagePost(post: Amity.InternalPost): post is Amity.Post<'image'>;
export declare function isAmityFilePost(post: Amity.InternalPost): post is Amity.Post<'file'>;
export declare function isAmityVideoPost(post: Amity.InternalPost): post is Amity.Post<'video'>;
//# sourceMappingURL=postTypePredicate.d.ts.map