export interface NoParametersRequest {
}
export interface NoParametersResponse {
}
export declare enum APIRuleAction {
    ACCEPT = "ACCEPT",
    ALERT = "ALERT",
    REJECT = "REJECT",
    REVIEW = "REVIEW",
    UNKNOWN = "UNKNOWN"
}
export type DateAndTime = string;
export interface ErrorMessageAndErrors {
    errorMessage: string;
    errors: string[];
}
//# sourceMappingURL=api.types.d.ts.map