/**
 * Humanizes text by removing backticks and converting camelCase/snake_case to readable format with proper capitalization
 */
export declare function humanizeText(text: string): string;
