export declare const addIndentToLastLine: (str: string, indent: string) => string;
