declare let generator: () => string

export const setGenerator: (newGenerator: () => string) => void

export default generator
