/**
 * Formats php comment
 *
 * @param comment
 * @returns string
 */
export declare function formatPhpComment(comment: string): string;
declare const _default: {
    formatPhpComment: typeof formatPhpComment;
};
export default _default;
