export declare function detectIndent(string: string): { amount: number, type?: string, indent: string }; export default detectIndent;