type AdCheck = {
    check(url: string, domain: string, resource: string, bool: boolean): any;
};
export declare const adEngine: AdCheck;
export {};
