import type { Context } from './context'; export type FallbackFunction = (name: unknown, context: Context) => boolean; export declare function createFallbackFunction(name: unknown, context: Context, fallback?: FallbackFunction | boolean): () => boolean; export declare function resolveContextValue(context: Context, field: string): string | undefined; export declare function safeName(str?: string): string; export declare function generateInstanceId(instanceId?: string): string; export declare function generateHashOfConfig(o: unknown): string; export declare function getAppliedJitter(jitter: number): number; //# sourceMappingURL=helpers.d.ts.map