declare function toBoolean(value: string, strict: boolean): boolean; declare function toDate(value: string): Date | null; export { toBoolean, toDate };