interface SetupOptions {
    oauth?: boolean;
    ipProtection?: boolean;
    skipTests?: boolean;
    global?: boolean;
    import?: boolean;
    reset?: boolean;
}
export declare function enhancedSetupCommand(options: SetupOptions): Promise<void>;
export {};
//# sourceMappingURL=enhanced-setup.d.ts.map