declare const _default: (input: string) => string; /** * Trims a string * @param input */ export default _default;