export declare const isString: (candidate: unknown) => candidate is string;
