import { HTTPChecker, IntegrationConfig } from "../interfaces/types.js";
export declare function checkWebIntegration(config: IntegrationConfig): Promise<HTTPChecker>;
//# sourceMappingURL=web-service.d.ts.map