/** Mail state enum */
export declare enum StateEnum {
    'bounce' = "bounce",
    'force' = "force",
    'ko' = "ko",
    'ok' = "ok",
    'purging' = "purging",
    'spam' = "spam"
}
//# sourceMappingURL=StateEnum.d.ts.map