blob: 941d8c21fb1bc839c6fb21e504a171f621aae400 [file] [log] [blame]
import type { Token, Authentication } from "./types";
export declare function auth(token: Token): Promise<Authentication>;