import type { ManagedQvacProvider, QvacManagedOptions } from '../types.js'; export declare function tryLock(key: string): Promise; export declare function releaseLock(key: string): Promise; export declare function startManagedQvac(options: QvacManagedOptions): Promise; export declare function parentIsGone(originalPpid: number, currentPpid: number): boolean; //# sourceMappingURL=index.d.ts.map