import { IntegrationJobKey } from '../types'; export declare function createJobCacheKeyPrefix(jobKey: IntegrationJobKey): string; export declare function createChildCacheKeyPrefix(parentPrefix: string, cacheName: string): string;