export declare const capitalize: (str?: string, type?: 'default' | 'camelcase' | 'uppercase') => string;
