import { Config } from './app'; export declare const isAllowed: (config: Config, query: string) => boolean;