/**
 * Trims string from top and bottom new lines
 *
 * @private withing the repository
 */
export declare function verticalTrim(content: string): string;
