export default function detectIndent(string: any): { amount: number; type: string | undefined; indent: string; };