import { WebHookStatus } from "../../types/email.type";
export declare const webHookStatus: {
    [key: string]: WebHookStatus;
};
