export declare function trimLeft(s: string, character: string): string; export declare function trimRight(s: string, character: string): string;