import type { AppwriteConfig } from "appwrite-utils"; export declare class SetupController { private currentDir; private config; constructor(currentDir: string); runSetup(withExampleData?: boolean): Promise; loadConfig(): Promise; hasExistingConfig(): boolean; }