export declare function isLastFilledCell(value: string | null | undefined, index: number): boolean;
export declare function getSymbols(codeValue: string, codeLength: number): string[];
