export declare class StringUtils {
    static camelize(str: string): string;
    static capitalize(str: string): string;
}
