export declare const indentString: (str: string, count?: number, { indent, includeEmptyLines, }?: { readonly indent?: string | undefined; readonly includeEmptyLines?: boolean | undefined; }) => string; export declare const stripAnsi: (input: string) => string;