import type { AgenticSignupOptions, AgenticSignupResult } from "./types"; export declare function agenticSignup(options: AgenticSignupOptions): Promise; //# sourceMappingURL=agenticSignup.d.ts.map