import { SearchData } from './SearchData';
/** Struct describing the response for a visibility check request */
export interface VisibilityCheckResponse {
    /** Is the searched location already managed ? */
    alreadyManaged?: boolean;
    /** Searched location data */
    searchData: SearchData;
}
//# sourceMappingURL=VisibilityCheckResponse.d.ts.map