import { getProperty } from './routes/get-property';
import { getPropertyById } from './routes/get-property-by-location-id';
import { queryProperty } from './routes/query-property';
declare const _default: {
    getProperty: typeof getProperty;
    getPropertyById: typeof getPropertyById;
    queryProperty: typeof queryProperty;
};
export default _default;
