import { Options } from "./interfaces";
export default function makeFhirSchema(options: Options): import("graphql").GraphQLSchema;
