export default function _generalTrim(str: String, side?: String, characters?: String | Array<String>): string;
