/** * Formats a comment with a code suggestion in markdown format * that Bitbucket can render as an applicable suggestion */ export declare function formatSuggestionComment(commentText: string, suggestion: string, startLine?: number, endLine?: number): string; //# sourceMappingURL=suggestion-formatter.d.ts.map