declare function ltrim(str: string, chars?: string | string[]): string; export default ltrim;