export declare function format(str: string, obj: any): string; export declare function namedRegexMatch(text: any, regex: any, matchNames: any): any; export declare const decapitalize: (str: string) => string; export declare const camelCaseFromHyphens: (str: string) => string;