import Query from "./query.js"; export declare class AllowAll extends Query { constructor(); lookup(): string; match(): void; }