import { Plugin } from '@patryk-w-bl/ts-migrate-server';
import { AnyAliasOptions, AnyFunctionAliasOptions } from '../utils/validateOptions';
declare type Options = AnyAliasOptions & AnyFunctionAliasOptions;
/**
 * first we are checking if we have imports of `prop-types` or `react-validators`
 * only if we have them - this file might have shapes
 */
declare const reactShapePlugin: Plugin<Options>;
export default reactShapePlugin;
