export interface SurfConfig { name: string; backend: string; description?: string; config: Record; enabledTools?: string[]; safeMode?: boolean; screenshotDir?: string; } export declare function createSurfConfigCommand(): Promise; export declare function listSurfConfigsCommand(): void; export declare function getSurfConfigCommand(name: string): void; export declare function deleteSurfConfigCommand(name: string): Promise; export declare function showBackendsCommand(): void; export declare function showSurfToolsCommand(): void; //# sourceMappingURL=surf.d.ts.map