import { ApiErrorException } from '../ApiErrorException';
export declare class OrderIsNotValid extends ApiErrorException {
}
