export declare function getIndent(value: any): {
    indent: number;
    stops: {};
};
