import { LuckyPoint, LuckyPointGroup, LuckyNumberAdvice } from './types'; export declare const thaiCharToNumberMap: Record; export declare const luckyPointStore: LuckyPoint[]; export declare const luckyPointGroups: LuckyPointGroup[]; export declare const luckyNumberAdvice: LuckyNumberAdvice[];