declare function TrimString(string: unknown, where: "start" | "end" | "start+end"): string; export = TrimString;