export declare function occurrences(str: string, subString: string): number;
export declare function scoreKeyFields(keyFields: string): number;
export declare function lazy(factory: () => string): {
    get(): string;
    invalidate(): void;
};
//# sourceMappingURL=helpers.d.ts.map