// @platesoft/auth — main barrel export export type { PlateAuthConfigOptions } from './config'; export type { ExchangeEnvelope, TokenResponse } from './exchange'; export type { ProxyOptions } from './proxy';