export declare const runInitAction: (rootDir: string, isGlobal: boolean) => Promise<void>;
export declare const createConfigFile: (rootDir: string, isGlobal: boolean) => Promise<boolean>;
export declare const createIgnoreFile: (rootDir: string, isGlobal: boolean) => Promise<boolean>;
//# sourceMappingURL=initAction.d.ts.map