declare const migrateComments: (doc: string, migrateDoc: (doc: string, opts: any) => string, opts: any) => string;
export default migrateComments;
