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