declare function trim(input?: unknown, chars?: string, guard?: unknown): string;

export { trim as default, trim };
