export declare const extractTextAroundMatch: (text: string, match: string, numOfWrappingLines?: number) => string;