import { Exodas } from '..'; export declare class ExoRoutesPlugin { private exo; constructor(exo: Exodas); private $includes; private $excludes; include(glob: string): this; exclude(glob: string): this; private getFilePaths; private lockRouteSetup; private checkCollisions; }