export declare function includes(str: string, needle: string): boolean; export declare function includes(arr: T[], needle: T): boolean; export declare const trim: (str: string) => string; export declare const stripLeadingDollar: (s: string) => string; export declare function isDistinctIdStringLike(value: string): boolean; //# sourceMappingURL=string-utils.d.ts.map