import type { RateAppPlugin } from './definitions';
declare const RateApp: RateAppPlugin;
export * from './definitions';
export { RateApp };
