import { LocationRO } from '@escapenavigator/types/dist/location/location.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = { profileId: number; }; type ResponseData = LocationRO[]; export declare const queryForAdmin: ApiMethodDeclaration; export {};