export declare const TARGETS_CONTROLLER: "targets"; export declare const TARGETS_ACTIONS_ROUTE: "actions"; export declare const TARGETS_ROUTES: { readonly CREATE: ""; readonly GET: ""; readonly GET_BY_UUID: (uuid: string) => string; readonly UPDATE: (uuid: string) => string; readonly DELETE: (uuid: string) => string; readonly ACTIONS: { readonly REORDER: "actions/reorder"; }; }; //# sourceMappingURL=targets.d.ts.map