export declare const trimStringWithWarn: (str: string, maxLength: number, warnMessage: string) => string;
