import { Plugin } from 'ts-migrate-server'; declare type Options = { useTsIgnore?: boolean; messageLimit?: number; messagePrefix?: string; }; declare const tsIgnorePlugin: Plugin; export default tsIgnorePlugin;