import type { ConfigOptions } from "./core";

export type GraphQLMarkdownCliOptions = ConfigOptions;
