/**
 * Automatic payment setup flow
 *
 * This module provides an automated, non-interactive setup experience for
 * configuring payment approvals. It uses default values and command-line
 * options to complete the setup without user interaction.
 */
import type { PaymentSetupOptions } from './types.js';
/**
 * Run automatic payment setup with defaults
 *
 * @param options - Options from command line
 */
export declare function runAutoSetup(options: PaymentSetupOptions): Promise<void>;
//# sourceMappingURL=auto.d.ts.map