import { FormattedSyntaxTree, GremlintInternalConfig } from './types'; export declare const recreateQueryStringFromFormattedSyntaxTrees: ({ globalIndentation }: GremlintInternalConfig) => (syntaxTrees: FormattedSyntaxTree[]) => string;