import { ImportedRDSType } from '@aws-amplify/graphql-transformer-core';
import { DocumentNode } from 'graphql';
import { Schema } from './schema-representation';
export declare const renderSchema: (schema: Schema, databaseConfig: any, includeAuthRule?: boolean, existingSchema?: DocumentNode) => string;
export declare const graphqlSchemaFromSQLSchema: (sqlSchema: string, engineType: ImportedRDSType) => string;
//# sourceMappingURL=generate.d.ts.map