import type { DelayConfig } from "./connection"; export declare function applyDelay(delayConfig?: DelayConfig): Promise;