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