/** * axon auth [provider] — credential setup wizard. * * Guides the developer through generating and configuring credentials for a * specific provider. Reads and writes the project's .env file. * * Usage: * axon auth — prompts for provider, then runs that wizard * axon auth acurast — Acurast wallet + IPFS setup * axon auth fluence — Fluence EVM wallet setup * axon auth koii — Koii Solana-compatible wallet setup */ export declare function runAuth(provider: string | undefined, cwd?: string): Promise; //# sourceMappingURL=auth.d.ts.map