type SetupOptions = { path?: string; force?: boolean; yes?: boolean; aiGatewayKey?: string; composioKey?: string; zilmateUserId?: string; tavilyKey?: string; redisUrl?: string; redisToken?: string; jobsEnabled?: string; qstashToken?: string; publicJobWebhookUrl?: string; jobWebhookSecret?: string; triggerWorkflowsEnabled?: string; deepgramApiKey?: string; voiceEnabled?: string; voiceListenModel?: string; voiceTtsModel?: string; voiceLanguage?: string; voiceInputDevice?: string; cameraDevice?: string; installCameraDeps?: string; installCloudflareDeps?: string; screenshotModel?: string; fileRoots?: string; slackBotToken?: string; slackSigningSecret?: string; telegramBotToken?: string; chatEnabled?: string; imessageEnabled?: string; imessageLocal?: string; awsAccessKeyId?: string; awsSecretAccessKey?: string; awsRegion?: string; gcsProjectId?: string; gcsKeyFilename?: string; blobReadWriteToken?: string; corporateWikiProvider?: string; supermemoryApiKey?: string; upstashVectorRestUrl?: string; upstashVectorRestToken?: string; treasuryCap?: string; }; export declare function readEnvValues(path: string): Promise>; export declare function writeEnvValues(path: string, values: Map, options?: { merge?: boolean; touchedKeys?: Set; }): Promise; export declare function resolveEnvPath(passedPath?: string): string; export declare function runSetup(options?: SetupOptions): Promise; export declare function runVoiceSetup(options?: Pick): Promise; export declare function setVoiceEnabled(enabled: boolean, options?: Pick): Promise; export declare function runChatSetup(options?: Pick): Promise; export {}; //# sourceMappingURL=setup.d.ts.map