/**
 * Trims string from all 4 sides
 *
 * Note: `spaceTrimSimple` does not support nested blocks, `spaceTrim` does
 *
 * @private withing the repository
 */
export declare function spaceTrimSimple(content: string): string;
