import type { AgenticSignupResult } from "./types"; export declare function executeBasicSignup(secretKey: Uint8Array, jwt: string, walletAddress: string, userAgent: string | undefined): Promise; //# sourceMappingURL=basicSignup.d.ts.map