// @ts-nocheck import { TypePasswordlessSmsDeliveryInput } from "../../../types"; import { GetContentResult } from "../../../../../ingredients/smsdelivery/services/twilio"; export default function getPasswordlessLoginSmsContent(input: TypePasswordlessSmsDeliveryInput): GetContentResult;