export declare const toShortStr: (input: string, shortOpt?: { start: number; end: number; }) => string;