export { pollType } from './constants/poll.const'; export { strategyType } from './constants/strategies.const'; export { poll } from './poll'; export type { PollConfig } from './types/config.type'; export type { PollState, PollType } from './types/poll.type'; export type { DynamicFunction, StrategyType } from './types/strategies.type'; //# sourceMappingURL=index.d.ts.map