import { SubredditData } from "../../types/api/responses/GetSubredditResponse"; export declare const isRedditMedia: (post: SubredditData) => boolean;