import { Location } from '@gamepark/rules-api'; export declare const isLocationSubset: (testLocation: Location, parentLocation: Location) => boolean;