import { Place } from "../place"; export declare class QualifyMapping { private toPlace; constructor(toPlace: Place); getToPlace(): Place; }