import { RequestHandler } from 'express'; export declare function whitelisting(absPathToQueryDefs: string, bypassSecret: string): RequestHandler;