declare const shortId: (prefix: string) => string;
declare const resetShortId: () => void;
export { shortId, resetShortId };
