/** * @author songxiwen * @date 2020/08/06 16:28 */ export declare class RequestWhitelist { private static config; static contains(url: string): boolean; }