import { AlreadyExistsError } from "./AlreadyExistsError";
export declare class OrderAlreadyExistsError extends AlreadyExistsError {
}
