export declare const GetBlogRecentMock: { request: { query: import("graphql").DocumentNode; variables: { filterCriteriaSpec: { isPublished: boolean; categoryID: undefined; }; limit: number; }; }; result: { data: { brands: { ID: string; blogs: { blogs: { id: string; slug: string; author: string; createdAt: number; thumbnailImage: string; descriptions: { title: string; }[]; }[]; }; }[]; }; }; };