/**
 * Generates a new variable that is not part of the passed variables array
 * @param variables A set of variables which shouldn't be generated
 * @returns Generated variable string
 */
export declare function generateNewVariable(variables: string[]): string;
