export declare function trim(value: string, trimValue?: string): string;
