import { ISchemaCustomizationContext, ISourcingConfig } from "../../../types"; export declare function createBlogSchema(): import("graphql").GraphQLSchema; export declare function createTestContext(config?: Partial): ISchemaCustomizationContext;