import { GraphQLInterfaceType } from "graphql"; import { MarkdownConverterOptions } from "../types"; export declare function pushInterfaces(lines: string[], interfaces: readonly GraphQLInterfaceType[], options: MarkdownConverterOptions): void;