mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-24 23:51:48 +00:00
3 lines
166 B
TypeScript
3 lines
166 B
TypeScript
export declare function getAuthToken(): Promise<string | undefined>;
|
|
export declare function clearAuthToken(): Promise<void>;
|
|
//# sourceMappingURL=auth-token.d.ts.map
|