export type EditorId = 'claude-code' | 'cursor' | 'windsurf' | 'copilot'; export declare const SUPPORTED_EDITORS: EditorId[]; export declare function getEditorFiles(editor: EditorId, dir?: string): Record;