/**
 * Validates if a string is a valid JavaScript/TypeScript function name
 */
export declare function isValidFunctionName(name: string): boolean;
