export declare const getIndentation: (jsonString: string) => number;
export declare const getLargerString: (items: string[]) => string;
