import { CommentType, RelatedPostType } from './types'; export declare const BLOG_SINGLE: import("graphql").DocumentNode; export declare const DUMMY_COMMENTS: CommentType[]; export declare const DUMMY_RELATED_POSTS: RelatedPostType[];