export declare const truncate: (value: string, options?: { length?: number; omission?: string; omissionPosition?: string; }) => string;