export declare const VALID_EXTENSIONS: string[]; export declare function isCodeFile(filePath: string): boolean; export declare function getTextForRange(fileContents: string, range: [number, number]): string;