// @flow export type RandomID = (value: string) => string; declare export default RandomID;