type SymbolicOptions = {
    epoch?: string | number | Date;
    place_id?: number;
    charset?: string;
};

export type { SymbolicOptions };
