import type { Detection } from '../types.js'; export declare function parseSublimeFile(filePath: string): Detection | null;