// eslint-disable-next-line @typescript-eslint/no-wrapper-object-types
declare function thisStringValue(value: string | String): string;
export = thisStringValue;
