/**
 * Check if the given object is a string
 */
export declare const isString: (obj: unknown) => obj is string;
