/**
 * Converts the value to a valid JavaScript variable name
 */
export declare function toVariableName(value: string): string;
