export declare enum DecafHeaders { PENDING_TASK = "x-pending-task", CORRELATION_ID = "x-correlation-id" } export declare const KeepAliveOperation = "keepalive";