/**
 * Trim leading spaces only
 * @param {string} value
 * @return string
 */
export declare const ltrim: (s: string) => string;
