import { IBuildIncludePaths } from '../interfaces/IBuildIncludePaths';
import { IPath } from '../interfaces/IPath';
export declare function buildIncludePathsFactory(path: IPath): IBuildIncludePaths;
