export declare function trim_start(str: string): string;
export declare function trim_end(str: string): string;
