/** Trim whitespace from start of string */ export declare function trim_start(str: string): string; /** Trim whitespace from end of string */ export declare function trim_end(str: string): string;