import { LDPluginBase } from '../../api/integrations/plugins';
import { LDLogger } from '../../api/logging/LDLogger';
export declare function safeGetName<TClient, THook>(logger: LDLogger, plugin: LDPluginBase<TClient, THook>): string;
//# sourceMappingURL=safeGetName.d.ts.map