declare const inputTrimmer: (input: string) => string; declare const dirFilter: (dir: string) => boolean; export { inputTrimmer, dirFilter };