import { Indent } from '../Indent.js'; export declare const formatIndentation: (s: string, indent: Indent) => string;