/** * Stringifies a constant variable that contains an array. * @param constantName The name of the constant variable * @param elements The elements of the array * @returns The stringified constant variable */ export declare const stringifyArrayConstant: (constantName: string, elements: string[]) => string;