/** Dependencies */ import { ConditionBlock } from "tripetto"; import { IMailerCondition } from "../runner/interface"; export declare class MailerCondition extends ConditionBlock implements IMailerCondition { readonly willMail: boolean; get icon(): string; get name(): string; get title(): string | undefined; }