import { FormattedClosureSyntaxTree, GremlinSyntaxTreeFormatter, GremlintInternalConfig, UnformattedClosureSyntaxTree } from '../types'; export declare const formatClosure: (formatSyntaxTree: GremlinSyntaxTreeFormatter) => (config: GremlintInternalConfig) => (syntaxTree: UnformattedClosureSyntaxTree) => FormattedClosureSyntaxTree;