declare const deprecationWarning: (deprecated: string, alternative: string) => void;
export default deprecationWarning;
