import * as FindifySDK from 'findify-sdk'; import { Event } from './types'; declare function init(type: FindifySDK.RecommendationsType): void; declare function emit(type: FindifySDK.RecommendationsType, event: Event): void; export { init, emit };