import { JWT } from "./jwt";
export { JWT } from "./jwt";
export declare function token(): Promise<JWT>;
