/** @group String */ export declare function indent(indentation: number, prefix?: string): (str?: string) => string; export declare function capitalize(string: string): string;