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