import { DoesNotExitsError } from "./DoesNotExitsError";
export declare class OrderDoesNotExistError extends DoesNotExitsError {
}
