export declare const isString: (input: unknown) => input is string;
export declare const includes: (haystack: string, needle: string) => boolean;
