import { queryApplications } from './routes/query-applications'; import { getApplicationById } from './routes/get-application-by-id'; import { getMapTile } from './routes/get-map-tile'; declare const _default: { queryApplications: typeof queryApplications; getApplicationById: typeof getApplicationById; getMapTile: typeof getMapTile; }; export default _default;