export interface Settings { defaultRuntime?: string; defaultMode?: string[]; modeCommands?: { [key: string]: string[]; }; serveCommand?: string; frameworks?: { url: string; upstreamUrl?: string; }; compileCommands?: string[]; configFileAlias?: string; banner?: string; } export declare const DEFAULT_SETTINGS: { modeCommands: { dev: string[]; build: string[]; local: string[]; remote: string[]; }; serveCommand: string; compileCommands: string[]; }; //# sourceMappingURL=settings-protocol.d.ts.map