/** * Authentication setup command */ import { Command } from 'commander'; /** * Create the auth setup command */ export declare function createAuthSetupCommand(): Command; /** * Create the main auth command */ export declare function createAuthCommand(): Command; //# sourceMappingURL=index.d.ts.map