export declare const truncate: (str: string, n: number) => string;
