export declare function registerHandle(deviceKey: string, slotId: string): void; export declare function listHandles(deviceKey: string): string[]; export declare function dropHandle(slotId: string): void; export declare function clearHandlesForDevice(deviceKey: string): void; export declare function buildCollectExpression(slotId: string): string; //# sourceMappingURL=promiseHandles.d.ts.map