import { ValidationResult } from '../../core/validator'; declare const validateSendAt: (sendAt: Date) => ValidationResult; export { validateSendAt };