export declare function fuzzyMatch(text: string, query: string): { matches: boolean; score: number; }; export declare function strJoin(...parts: (string | null | undefined | false | 0)[]): string; export declare function uuid4(): string; //# sourceMappingURL=string.d.ts.map