import { XPosType } from "..";
declare const trim: (str: string, pos?: XPosType) => string;
export default trim;
