import { IVerifySMTPTransport } from "@metad/contracts"; import { CreateCustomSmtpDTO } from "./create-custom-smtp.dto"; /** * Validate custom Smtp Request DTO validation */ export declare class ValidateCustomSmtpDTO extends CreateCustomSmtpDTO implements IVerifySMTPTransport { }