export declare class ExoApolloPlugin { private $includes; private $excludes; include(glob: string): this; exclude(glob: string): this; route(route: string): this; private setupRoute; private getFilePaths; private createProxyQueryResolver; private checkCollisions; }