export interface ResolvedIncludeFile { sourcePath: string; absolutePath: string; } export declare function resolveIncludeFiles(includePaths: string[], cwd: string): ResolvedIncludeFile[]; export declare function getIncludeWatchDirectories(includePaths: string[], cwd: string): string[]; //# sourceMappingURL=include-paths.d.ts.map