export function indentLines(
  value: string,
  map: import('../types.js').Map
): string
export type IndentLines = import('../types.js').IndentLines
