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

export = ltrim;
