/**
 * Конвертация номера колонки в букву (A, B, C... Z, AA, AB...)
 */
export declare function numberToColumn(num: number): string;
