export declare enum NATStatus {
    NOT_FINISHED = "not_finished",
    FAILED = "failure",
    SUCCESSFUL = "successful"
}
