import { ParserTree } from 'graphql-zeus'; import * as generators from "./generators/index"; import * as templates from "./templates/index"; export { generators, templates }; export declare const System: (schema: string, schemaTree: ParserTree) => Promise;