declare const TraktApiValidators: { readonly date: (date: string, regex?: RegExp) => boolean; }; export { TraktApiValidators };