import { Application } from '.';
export declare class EndpointScanner {
    private entrance;
    private regx;
    private exclues;
    createServer(): Application;
    import(src: string, hasCheckIgnore?: boolean): this;
    private constructor();
    private dfsImport;
    private checkIgnore;
    private require;
    static with(path?: string, regx?: RegExp): EndpointScanner;
}
