import getModuleNames from './getModuleNames'; declare const _default: (graphqlInfos: ReturnType) => { types: boolean; schemaString: string; queries: { name: string; hasArguments: boolean; variables: string[]; }[]; mutations: { name: string; hasArguments: boolean; variables: string[]; }[]; typeDefinitions: { name: string; }[]; name: string; graphqlFilePath: string; graphqlFileRootPath: string; }[]; export default _default;