import type { GraphQLSchema } from "graphql";
import * as objectField from "./objectField";
import * as queryRootField from "./queryRootField";
import * as scalarType from "./scalarType";
export declare function defaultOrder(prefix?: string): ((schema: GraphQLSchema) => GraphQLSchema)[];
export default function linkedDataDirectives(schema: GraphQLSchema, prefix?: string): GraphQLSchema;
export { queryRootField, objectField, scalarType };
