import { FormattedWordSyntaxTree, GremlintInternalConfig, UnformattedWordSyntaxTree } from '../types'; export declare const formatWord: (config: GremlintInternalConfig) => (syntaxTree: UnformattedWordSyntaxTree) => FormattedWordSyntaxTree;