import Module from '../Module'; export default function getIndentString(modules: Module[], options: { indent?: boolean; }): string;