export interface TokenRecord { token: string; expiresAt: number; } //# sourceMappingURL=types.d.ts.map