export type TokenResponse = { token: string; }; export declare const getTokenResponse: (b: unknown) => TokenResponse | undefined;