import { FormattedStringSyntaxTree, GremlintInternalConfig, UnformattedStringSyntaxTree } from '../types'; export declare const formatString: (config: GremlintInternalConfig) => (syntaxTree: UnformattedStringSyntaxTree) => FormattedStringSyntaxTree;