declare const createIdGeneratorWithAge: (timeout?: number, size?: number) => (() => string); export default createIdGeneratorWithAge;