export type SpecialLoggingType = 'waitable-locking-warnings'; /** Checks if logging is enabled for the specified type */ export declare const isSpecialLoggingEnabledFor: (type: SpecialLoggingType) => boolean; /** Enables or disables logging for the specified type */ export declare const setSpecialLoggingEnabledFor: (type: SpecialLoggingType, enabled: boolean) => boolean; //# sourceMappingURL=logging.d.ts.map