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