/** * Formatting helper functions */ import { EmitterContext } from "./core.js"; /** * Get indentation string for current level */ export declare const getIndent: (context: EmitterContext) => string; //# sourceMappingURL=formatting.d.ts.map