/** * Check if the string is MailtoURI * * @param url - Options object * @param options - Options object * @returns True if the string matches the validation, false otherwise */ export default function isMailtoURI(url: string, options: any): boolean;