export declare function settingsCommand(action: string | undefined, rawArgs: string[]): Promise; /** Build the update patch from the flags actually supplied (pure/testable). */ export declare function buildSettingsPatch(args: { name?: string; subdomain?: string; repo?: string; branch?: string; }): Record; export declare function printSettingsHelp(): void;