declare function supported(path: string, include: string[], exclude: string[]): boolean; export default supported;