#!/usr/bin/env node declare const checkFolder: (folder: string, type: string) => void; export default checkFolder;