import type { Token, Authentication } from "./types.js"; export declare function auth(token: Token): Promise;