export declare class Setup { static missing: string[]; static isDone(): boolean; static run(): Promise; } //# sourceMappingURL=setup.d.ts.map