import { FormattedSyntaxTree, GremlintInternalConfig, UnformattedSyntaxTree } from '../types'; export declare const formatSyntaxTrees: (config: GremlintInternalConfig) => (syntaxTrees: UnformattedSyntaxTree[]) => FormattedSyntaxTree[];