export declare function setJwtToken(token: string): void; export declare function getJwtToken(): string;