import { AuthClient as Client } from "./client"; export * from "./constants"; export * from "./types"; export * from "./utils/crypto"; export declare const AuthClient: typeof Client; export default Client; //# sourceMappingURL=index.d.ts.map