import { HTTPChecker, IntegrationConfig } from "../interfaces/types.js";
/**
 * Perform a memcache instance config and call to check
 * if the service is available
 * @param config IntegrationConfig
 * @returns Promise<HTTPChecker>
 */
export declare function checkMemcachedClient(config: IntegrationConfig): Promise<HTTPChecker>;
//# sourceMappingURL=memcache-service.d.ts.map