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