import { Token } from './Token'; export interface IAuthTokens { accessToken: Token; refreshToken: Token; } //# sourceMappingURL=IAuthTokens.d.ts.map