import shortid from 'shortid';

declare const generate: (...args: Parameters<typeof shortid.generate>) => string;

export { generate };
