import { Klass } from '../interfaces'; export declare class KlassScanner { static scan(dir: string): Promise; }