import { Plugin } from '@patryk-w-bl/ts-migrate-server';
declare type Options = {
    useTsIgnore?: boolean;
    messageLimit?: number;
    messagePrefix?: string;
};
declare const tsIgnorePlugin: Plugin<Options>;
export default tsIgnorePlugin;
