export declare const API_TOKENS_CONTROLLER: "tokens"; export declare const API_TOKENS_ROUTES: { readonly CREATE: ""; readonly DELETE: (uuid: string) => string; readonly GET: ""; }; //# sourceMappingURL=api-tokens.d.ts.map