export declare const StringUtils: { startsWith: (str: string, searchStrings: string[]) => boolean; hash: (str: string) => number; };