export interface AlgorandPluginConfig { enableX402: boolean; } export declare function runSetup(_existingConfig?: Partial): Promise;