import type { SignupResponse } from "./types"; export declare function walletSignup(message: string, signature: string, address: string, userAgent?: string): Promise; //# sourceMappingURL=walletSignup.d.ts.map