import { Command } from 'clipanion'; export declare class InitCommand extends Command { static paths: string[][]; static usage: import("clipanion").Usage; resourceGroup: string | undefined; subscription: string | undefined; forceReevaluate: boolean; execute(): Promise; }