export declare const trimString: (stringToTrim: string, charToRemove: string, side: 'start' | 'end') => string;