/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export declare function lock(lockDuration: string, maxCount: string, lockToken: string): void; declare const def: { id: string; fn: typeof lock; }; export default def; //# sourceMappingURL=lock.d.ts.map