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