declare const _default: ({ rootQueryName, rootMutationName, withSchemaDefinition, }: {
    rootQueryName?: string | undefined;
    rootMutationName?: string | undefined;
    withSchemaDefinition?: boolean | undefined;
}) => import("graphql").DocumentNode[];
export default _default;
