import type { NodeIntrospection } from './why-is-node-running'; export declare const stopLeakDetection: () => void; export declare const setCurrentRequestId: (awsRequestId: string) => void; export declare const startLeakDetection: (leakDetection: NodeIntrospection, awsRequestId: string) => void;