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