/**
 * Trims given string from top
 *
 * @private withing the repository
 */
export declare function topTrim(content: string): string;
