export declare class MutexFastLockConfig {
    lockPrefix: string;
    timeout: number;
    debugEnabled: boolean;
}
