export declare namespace Str { function formatMethod(str: string): string; function trim(str: string): string; function indent(str: string, indent: string): string; }